Skip to content

Commit

Permalink
Merge pull request #20 from daplay/master
Browse files Browse the repository at this point in the history
rundeck plugins may also be .zip files
  • Loading branch information
jjethwa committed May 31, 2016
2 parents 13c2560 + 2fbfe7e commit 493bfba
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 493bfba

Please sign in to comment.