Skip to content

Commit

Permalink
Update gcecore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored Dec 3, 2019
1 parent 511d1ce commit 37c1227
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions menu/pgbox/gce/gcecore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ initial() {

mkdir -p /opt/coreapps

echo "" >/tmp/output.info
boxversion="official"

if [ "$boxversion" == "official" ]; then
ansible-playbook /opt/plexguide/menu/pgbox/gce/gcecore.yml >/dev/null 2>&1
else question1; fi
Expand Down Expand Up @@ -243,7 +246,5 @@ EOF
final
}
# FUNCTIONS END ##############################################################
echo "" >/tmp/output.info
boxversion="official"
initial
question1
question1

0 comments on commit 37c1227

Please sign in to comment.