From 746d541df7cbb1431f85a35ee046e42fd0639aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 29 Oct 2025 15:09:10 -0400 Subject: [PATCH] fix init.sh --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index e1d412e..e6bb50e 100644 --- a/init.sh +++ b/init.sh @@ -6,4 +6,4 @@ if [ "$1" == "ubuntu" ]; then ENTRY="./entrypoint-ubuntu.sh" fi -exec bash -xc $ENTRY.sh 2>&1 | tee /root/stuff.log \ No newline at end of file +exec bash -xc $ENTRY 2>&1 | tee /root/stuff.log \ No newline at end of file