Browse Source

fix: autoinstall running every time

pull/9/head
Daniel Gibbs 2 years ago
parent
commit
601b7e55d1
  1. 2
      entrypoint-user.sh

2
entrypoint-user.sh

@ -18,7 +18,7 @@ elif [ -d "/linuxgsm/lgsm/functions" ]; then
fi
# Install game server
if [ -z "$(ls -A -- "serverfiles" >/dev/null 2>&1)" ]; then
if [ -z "$(ls -A -- "serverfiles" 2> /dev/null)" ]; then
echo -e ""
echo -e "Installing ${GAMESERVER}"
echo -e "================================="

Loading…
Cancel
Save