Update zm.in
This commit is contained in:
parent
cd43496a7d
commit
b0b471eb5b
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue