diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index d48741c..9c02a26 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -9,5 +9,8 @@ export INTERNAL_IP=`ip route get 1 | awk '{print $NF;exit}'` MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')` echo ":/home/container$ ${MODIFIED_STARTUP}" +# Fix permissions +chmod +x ${MODIFIED_STARTUP} + # Run the Server eval ${MODIFIED_STARTUP}