Skip to content

Commit

Permalink
rundeck plugins may also be .zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baez committed May 31, 2016
1 parent 13c2560 commit 2fbfe7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/opt/run
Original file line number Diff line number Diff line change
Expand Up @@ -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 "==================================================================="
Expand Down

0 comments on commit 2fbfe7e

Please sign in to comment.