Justus557
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
entrypoint-user.sh
|
|
@ -110,7 +110,8 @@ if [ -z "${install}" ]; then |
|
|
echo -e "Validating ${GAMESERVER}" |
|
|
echo -e "Validating ${GAMESERVER}" |
|
|
echo -e "=================================" |
|
|
echo -e "=================================" |
|
|
./"${GAMESERVER}" validate |
|
|
./"${GAMESERVER}" validate |
|
|
else |
|
|
fi |
|
|
|
|
|
if [ "${UPDATE_ON_START,,}" = "true" ]; then |
|
|
echo -e "Checking for Update ${GAMESERVER}" |
|
|
echo -e "Checking for Update ${GAMESERVER}" |
|
|
echo -e "=================================" |
|
|
echo -e "=================================" |
|
|
./"${GAMESERVER}" update |
|
|
./"${GAMESERVER}" update |
|
|
|