# Attempts graceful of 7 Days To Die using telnet.
# Attempts graceful of 7 Days To Die using telnet.
@ -174,7 +171,6 @@ fn_stop_graceful_sdtd(){
fn_script_log_warn "Graceful: telnet: expect not installed: FAIL"
fn_script_log_warn "Graceful: telnet: expect not installed: FAIL"
fi
fi
sleep 0.5
sleep 0.5
fn_stop_tmux
}
}
fn_stop_graceful_select(){
fn_stop_graceful_select(){
@ -195,8 +191,6 @@ fn_stop_graceful_select(){
fn_stop_graceful_ctrlc
fn_stop_graceful_ctrlc
elif["${engine}"=="source"]||["${engine}"=="quake"]||["${engine}"=="idtech2"]||["${engine}"=="idtech3"]||["${engine}"=="idtech3_ql"]||["${engine}"=="Just Cause 2"]||["${engine}"=="projectzomboid"]||["${shortname}"=="rw"];then
elif["${engine}"=="source"]||["${engine}"=="quake"]||["${engine}"=="idtech2"]||["${engine}"=="idtech3"]||["${engine}"=="idtech3_ql"]||["${engine}"=="Just Cause 2"]||["${engine}"=="projectzomboid"]||["${shortname}"=="rw"];then
fn_stop_graceful_cmd "quit"30
fn_stop_graceful_cmd "quit"30
else
fn_stop_tmux
fi
fi
}
}
@ -267,8 +261,6 @@ fn_stop_tmux(){
sleep 0.5
sleep 0.5
check_status.sh
check_status.sh
if["${status}"=="0"];then
if["${status}"=="0"];then
# Remove lockfile
rm -f "${rootdir}/${lockselfname}"
# ARK doesn't clean up immediately after tmux is killed.
# ARK doesn't clean up immediately after tmux is killed.
# Make certain the ports are cleared before continuing.
# Make certain the ports are cleared before continuing.
if["${gamename}"=="ARK: Survival Evolved"];then
if["${gamename}"=="ARK: Survival Evolved"];then
@ -277,28 +269,26 @@ fn_stop_tmux(){
fn_print_ok_nl "${servername}"
fn_print_ok_nl "${servername}"
fn_script_log_pass "Stopped ${servername}"
fn_script_log_pass "Stopped ${servername}"
else
else
fn_print_fail_nl "Unable to stop${servername}"
fn_print_fail_nl "Unable to stop${servername}"
fn_script_log_fatal "Unable to stop${servername}"
fn_script_log_fatal "Unable to stop${servername}"
fi
fi
}
}
# checks if the server is already stopped before trying to stop.
# checks if the server is already stopped before trying to stop.
fn_stop_pre_check(){
fn_stop_pre_check(){
if["${gamename}"=="TeamSpeak 3"];then
# Is the server already stopped
check_status.sh
if["${status}"=="0"];then# $status comes from check_status.sh, which is run by check.sh for this command
if["${status}"=="0"];then
fn_print_info_nl "${servername} is already stopped"
fn_print_info_nl "${servername} is already stopped"
fn_script_log_error "${servername} is already stopped"
fn_script_log_error "${servername} is already stopped"
elif["${gamename}"=="TeamSpeak 3"];then
else
fn_stop_teamspeak3
fn_stop_teamspeak3
fi
else
else
if["${status}"=="0"];then
fn_stop_graceful_select
fn_print_info_nl "${servername} is already stopped"
fi
fn_script_log_error "${servername} is already stopped"
# Check status again, a stop tmux session if needed