Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Feb 10, 2019
1 parent 1d612cd commit fbb67f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion menu/functions/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ motd () {
}

mountcheck () {
bash /opt/plexguide/menu/pgcloner/solo/pgui.sh
ansible-playbook /opt/pgui/pgui.yml
ansible-playbook /opt/plexguide/menu/pgui/mcdeploy.yml

}

newinstall () {
Expand Down Expand Up @@ -257,7 +260,8 @@ pgui ()

dstatus=$(docker ps --format '{{.Names}}' | grep "pgui")
if [ "$dstatus" != "pgui" ]; then
ansible-playbook /opt/pgui/pgui.yml
bash /opt/plexguide/menu/pgcloner/solo/pgui.sh
ansible-playbook /opt/pgui/pgui.yml
fi
fi
}
Expand Down

0 comments on commit fbb67f9

Please sign in to comment.