From b0b471eb5bf23710e264c235b60ce5b4539ce7f6 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 14 Dec 2013 09:13:49 -0600 Subject: [PATCH] Update zm.in --- scripts/zm.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/zm.in b/scripts/zm.in index b866f56b1..a46a89280 100755 --- a/scripts/zm.in +++ b/scripts/zm.in @@ -26,7 +26,8 @@ command="$ZM_PATH_BIN/zmpkg.pl" start() { - zmupdate || return $? +# Commenting out as it is not needed. Leaving as a placeholder for future use. +# zmupdate || return $? loadconf || return $? #Make sure the directory for our PID folder exists or create one. [ ! -d $pidfile ] \ @@ -82,8 +83,7 @@ zmstatus() zmupdate() { if [ -x $ZM_PATH_BIN/zmupdate.pl ]; then - # Commenting out as it is not needed. Leaving as a placeholder for future use. - # $ZM_PATH_BIN/zmupdate.pl -f + $ZM_PATH_BIN/zmupdate.pl -f fi }