From 94a2f50d9998214f40ccc0cfede2cd7a8f21b9ac Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 6 May 2015 11:05:19 +0100 Subject: [PATCH] Added update-restart back in update-restart option is now available again however it is not listed. There is no need to use this option anymore and it behaves axactly the same as force-update however I have put is back in for legacy reasons just in case some cronjobs are still using it. --- functions/fn_getopt | 3 +++ functions/fn_update_check | 1 + 2 files changed, 4 insertions(+) diff --git a/functions/fn_getopt b/functions/fn_getopt index 61a95a706..2d0448c2d 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -19,6 +19,9 @@ case "$getopt" in force-update) forceupdate=1; fn_update_check;; + update-restart) + forceupdate=1; + fn_update_check;; validate) fn_validate;; monitor) diff --git a/functions/fn_update_check b/functions/fn_update_check index 7ec3c61e4..5b2c04896 100644 --- a/functions/fn_update_check +++ b/functions/fn_update_check @@ -286,6 +286,7 @@ if [ "${gamename}" == "Teamspeak 3" ]; then fn_teamspeak3_check elif [ "${engine}" == "goldsource" ]||[ "${forceupdate}" == "1" ]; then # Goldsource servers bypass checks as fn_steamcmdcheck does not work for appid 90 servers. + # forceupdate bypasses checks tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -Ec "^${servicename}:") if [ "${tmuxwc}" -eq 1 ]; then fn_stop