Remove sleep

This commit is contained in:
Dane Everitt 2018-01-06 15:15:22 -06:00
parent ad28186972
commit c76f7e41f6
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -1,6 +1,4 @@
#!/bin/bash #!/bin/bash
sleep 2
cd /home/container cd /home/container
# Make internal Docker IP address available to processes. # Make internal Docker IP address available to processes.
@ -16,4 +14,4 @@ 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
${MODIFIED_STARTUP} eval ${MODIFIED_STARTUP}