cleaner output
This commit is contained in:
parent
ce771b8866
commit
c705b6fc61
|
|
@ -14,9 +14,4 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'
|
|||
echo ":/home/container$ ${MODIFIED_STARTUP}"
|
||||
|
||||
# Run the Server
|
||||
${MODIFIED_STARTUP}
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "PTDL_CONTAINER_ERR: There was an error while attempting to run the start command."
|
||||
exit 1
|
||||
fi
|
||||
eval ${MODIFIED_STARTUP}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user