Browse Source

Merge ec634c500f into cc097bb110

pull/92/merge
Justus557 4 months ago
committed by GitHub
parent
commit
bec5170c72
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      entrypoint-user.sh

3
entrypoint-user.sh

@ -110,7 +110,8 @@ if [ -z "${install}" ]; then
echo -e "Validating ${GAMESERVER}"
echo -e "================================="
./"${GAMESERVER}" validate
else
fi
if [ "${UPDATE_ON_START,,}" = "true" ]; then
echo -e "Checking for Update ${GAMESERVER}"
echo -e "================================="
./"${GAMESERVER}" update

Loading…
Cancel
Save