Update zm.in
Don't think this is needed. This may contribute to the corrupt Config table issue
This commit is contained in:
parent
0667795acf
commit
cd43496a7d
|
@ -82,7 +82,8 @@ zmstatus()
|
||||||
zmupdate()
|
zmupdate()
|
||||||
{
|
{
|
||||||
if [ -x $ZM_PATH_BIN/zmupdate.pl ]; then
|
if [ -x $ZM_PATH_BIN/zmupdate.pl ]; then
|
||||||
$ZM_PATH_BIN/zmupdate.pl -f
|
# Commenting out as it is not needed. Leaving as a placeholder for future use.
|
||||||
|
# $ZM_PATH_BIN/zmupdate.pl -f
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue