fix perms
This commit is contained in:
parent
5ae53272b0
commit
52d899f95e
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue