Update zoneminder.in
The freshen database feature does not appear to be necessary and may even corrupt the dB under certain conditions. Commenting out.pull/256/head
parent
d50169c383
commit
d0debfa450
|
@ -82,7 +82,8 @@ zmstatus()
|
|||
zmupdate()
|
||||
{
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue