Added safeupdate description to README and help command.

This commit is contained in:
Rodzyn 2015-06-27 12:44:43 +02:00
parent 4c34eaff18
commit fff32d0cc8
2 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,9 @@ manually updates ARK server if a new version is available
#### arkmanager forceupdate #### arkmanager forceupdate
Apply update without check the current version Apply update without check the current version
#### arkmanager safeupdate
Waits for server to perform world save and then updates.
#### arkmanager status #### arkmanager status
Get the status of the server. Show if the process is running, if the server is up and the current version number Get the status of the server. Show if the process is running, if the server is up and the current version number

View File

@ -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 "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 "forceupdate Apply update without check the current version"
echo "checkupdate Check for a new ARK server 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 "boradcast PLACEHOLDER, not supported yet"
echo "status Returns the status of the current ARK server instance" echo "status Returns the status of the current ARK server instance"
;; ;;