Skip to content

Commit

Permalink
Update core.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Dec 3, 2019
1 parent 37c1227 commit 52335b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions menu/pgbox/core/core.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/core/core.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 52335b3

Please sign in to comment.