Update zm.in

This commit is contained in:
Andrew Bauer 2013-12-14 09:13:49 -06:00
parent cd43496a7d
commit b0b471eb5b
1 changed files with 3 additions and 3 deletions

View File

@ -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
}