From 55bc17fea2e2c5dcf4114dd0c6d76064fe001917 Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Fri, 6 Dec 2019 13:25:01 +0100 Subject: [PATCH] Update install.sh --- menu/functions/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/menu/functions/install.sh b/menu/functions/install.sh index acc7685..72c3e6e 100644 --- a/menu/functions/install.sh +++ b/menu/functions/install.sh @@ -238,8 +238,8 @@ portainer() { } # Roles Ensure that PG Replicates and has once if missing; important for startup, cron and etc -pgcore() { if [ ! -e "/opt/coreapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/boxcore.yml; fi; } -pgcommunity() { if [ ! -e "/opt/communityapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/boxcommunity.yml; fi; } +pgcore() { if [ ! -e "/opt/coreapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/core/core.yml; fi; } +pgcommunity() { if [ ! -e "/opt/communityapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/community/community.yml; fi; } pgshield() { if [ ! -e "/opt/pgshield/place.holder" ]; then echo 'pgshield' >/var/plexguide/pgcloner.rolename echo 'PTS-Shield' >${abc}/pgcloner.roleproper @@ -257,4 +257,4 @@ dockerinstall() { ansible-playbook /opt/plexguide/menu/pg.yml --tags docker } -####EOF### \ No newline at end of file +####EOF###