@ -2,7 +2,7 @@
# LGSM fn_update_check function
# LGSM fn_update_check function
# Author: Daniel Gibbs
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Website: http://danielgibbs.co.uk
# Version: 1503 15
# Version: 1504 15
# Description: Checks if a server update is available.
# Description: Checks if a server update is available.
@ -84,12 +84,13 @@ if [ "${requestrestart}" -ge "1" ]; then
echo -ne "Applying update...\r"
echo -ne "Applying update...\r"
sleep 1
sleep 1
echo -ne "\n"
echo -ne "\n"
if [ ! -z "${norestart}" ]; then
tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -E "^${servicename}:"|wc -l)
fn_update_dl
if [ "${tmuxwc}" -eq 1 ]; then
else
fn_stop
fn_stop
fn_update_dl
fn_update_dl
fn_start
fn_start
else
fn_update_dl
fi
fi
else
else
fn_printok "Checking for update: Server logs: No update requested"
fn_printok "Checking for update: Server logs: No update requested"
@ -145,12 +146,14 @@ if [ "${currentbuild}" -ne "${availablebuild}" ]; then
fn_scriptlog "Current build: ${currentbuild}"
fn_scriptlog "Current build: ${currentbuild}"
fn_scriptlog "Available build: ${availablebuild}"
fn_scriptlog "Available build: ${availablebuild}"
fn_scriptlog "${currentbuild} > ${availablebuild}"
fn_scriptlog "${currentbuild} > ${availablebuild}"
if [ ! -z "${norestart}" ]; then
fn_update_dl
tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -E "^${servicename}:"|wc -l)
else
if [ "${tmuxwc}" -eq 1 ]; then
fn_stop
fn_stop
fn_update_dl
fn_update_dl
fn_start
fn_start
else
fn_update_dl
fi
fi
else
else
echo -e "\n"
echo -e "\n"