Revert name of variable

This commit is contained in:
Dane Everitt 2017-03-17 19:35:36 -04:00
parent 415f722708
commit 22638cfec1
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -7,7 +7,7 @@ cd /home/container
java -version java -version
# Replace Startup Variables # Replace Startup Variables
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP_CMD} | sed -e 's/{{/${/g' -e 's/}}/}/g')` MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
echo ":/home/container$ ${MODIFIED_STARTUP}" echo ":/home/container$ ${MODIFIED_STARTUP}"
# Run the Server # Run the Server