fix init.sh

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-10-29 15:09:10 -04:00
parent 666aee5fa4
commit 746d541df7
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -6,4 +6,4 @@ if [ "$1" == "ubuntu" ]; then
ENTRY="./entrypoint-ubuntu.sh"
fi
exec bash -xc $ENTRY.sh 2>&1 | tee /root/stuff.log
exec bash -xc $ENTRY 2>&1 | tee /root/stuff.log