fix perms

This commit is contained in:
Jonny_Bro (Nikita) 2024-10-04 21:46:35 +05:00
parent 5ae53272b0
commit 52d899f95e
No known key found for this signature in database
GPG key ID: 3F1ECC04147E9BD8

View file

@ -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}