diff --git a/menu/pgbox/gce/gcecore.sh b/menu/pgbox/gce/gcecore.sh index 5f7e9ce1..f6611e66 100644 --- a/menu/pgbox/gce/gcecore.sh +++ b/menu/pgbox/gce/gcecore.sh @@ -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 @@ -243,7 +246,5 @@ EOF final } # FUNCTIONS END ############################################################## -echo "" >/tmp/output.info -boxversion="official" initial -question1 \ No newline at end of file +question1