Browse Source

minor bug

pull/5/head
Daniel Gibbs 2 years ago
parent
commit
0daee43f92
  1. 2
      entrypoint.sh

2
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/*

Loading…
Cancel
Save