Skip to content

Commit

Permalink
Update rebuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 16, 2019
1 parent 36f998f commit 887c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/portguard/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for ((i = 1; i < $count + 1; i++)); do

if [ -e "/opt/coreapps/apps/$app.yml" ]; then ansible-playbook /opt/coreapps/apps/$app.yml; fi
if [ -e "/opt/communityapps/$app.yml" ]; then ansible-playbook /opt/communityapps/apps/$app.yml; fi
if [ -e "/opt/mxcontainers/$app.yml" ]; then ansible-playbook /opt/mycontainers/apps/$app.yml; fi
if [ -e "/opt/mycontainers/$app.yml" ]; then ansible-playbook /opt/mycontainers/apps/$app.yml; fi
done

echo ""
Expand Down

0 comments on commit 887c4d0

Please sign in to comment.