Changed order of /plugins rsync to be before processing env vars

For #577
This commit is contained in:
Geoff Bourne
2020-07-06 17:16:51 -05:00
parent 825833c859
commit 9a7a532f7b
21 changed files with 35 additions and 30 deletions

View File

@@ -28,4 +28,4 @@ fi
export SKIP_LOG4J_CONFIG=true
# Continue to Final Setup
exec ${SCRIPTS:-/}start-finalSetup01World $@
exec ${SCRIPTS:-/}start-finalSetupWorld $@