From 0daee43f926318ce2da0d641aaa771022e7e8228 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 22 Oct 2022 23:42:51 +0100 Subject: [PATCH] minor bug --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ff7a204..158ab8c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +42,7 @@ if [ ! -f "${GAMESERVER}" ]; then ./linuxgsm.sh ${GAMESERVER} fi -if [ --d "/linuxgsm/lgsm/functions"]; then +if [ -d "/linuxgsm/lgsm/functions" ]; then echo "" echo "check all functions are executable" chmod +x /linuxgsm/lgsm/functions/*