We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1feaac commit 79ccb47Copy full SHA for 79ccb47
entrypoint-user.sh
@@ -52,7 +52,7 @@ fi
52
echo -e ""
53
echo -e "Starting Update Checks"
54
echo -e "================================="
55
-echo -e "* */${UPDATE_CHECK} * * * /app/${GAMESERVER} update > /dev/null 2>&1" | crontab -
+echo -e "*/${UPDATE_CHECK} * * * * /app/${GAMESERVER} update > /dev/null 2>&1" | crontab -
56
echo -e "update will check every ${UPDATE_CHECK} minutes"
57
58
# Update game server
0 commit comments