From fff32d0cc8a4df34c0741d486aee8b57d6f12e48 Mon Sep 17 00:00:00 2001 From: Rodzyn Date: Sat, 27 Jun 2015 12:44:43 +0200 Subject: [PATCH] Added safeupdate description to README and help command. --- README.md | 3 +++ tools/arkmanager | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index d63a35b..ff03718 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ manually updates ARK server if a new version is available #### arkmanager forceupdate Apply update without check the current version +#### arkmanager safeupdate +Waits for server to perform world save and then updates. + #### arkmanager status Get the status of the server. Show if the process is running, if the server is up and the current version number diff --git a/tools/arkmanager b/tools/arkmanager index ed730ae..afdc3d2 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -354,6 +354,7 @@ case "$1" in echo "update Check for a new ARK server version, if needed, stops the server, updates it, and starts it again" echo "forceupdate Apply update without check the current version" echo "checkupdate Check for a new ARK server version" + echo "safeupdate Wait for server to perform world save and update. echo "boradcast PLACEHOLDER, not supported yet" echo "status Returns the status of the current ARK server instance" ;;