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###