diff --git a/content/opt/run b/content/opt/run index 6b5c875..84dfdcb 100644 --- a/content/opt/run +++ b/content/opt/run @@ -132,6 +132,10 @@ update_user_password () { echo "=>Installing plugins from /opt/rundeck-plugins" cp /opt/rundeck-plugins/*.jar /var/lib/rundeck/libext 2>/dev/null fi + if ls /opt/rundeck-plugins/*.zip 1> /dev/null 2>&1; then + echo "=>Installing plugins from /opt/rundeck-plugins" + cp /opt/rundeck-plugins/*.zip /var/lib/rundeck/libext 2>/dev/null + fi echo -e "\n\n\n" echo "==================================================================="