|
@@ -18,7 +18,7 @@ fn_print_dots "${remotelocation}"
|
|
|
|
|
|
|
|
if [ "${forceupdate}" == "1" ]; then
|
|
if [ "${forceupdate}" == "1" ]; then
|
|
|
# forceupdate bypasses update checks.
|
|
# forceupdate bypasses update checks.
|
|
|
- if [ "${status}" != "0" ]; then
|
|
|
|
|
|
|
+ if [ "${status}" != "0" ]&&[ -v "${status}" ]; then
|
|
|
fn_print_restart_warning
|
|
fn_print_restart_warning
|
|
|
exitbypass=1
|
|
exitbypass=1
|
|
|
command_stop.sh
|
|
command_stop.sh
|