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
Andrew Bauer 2013-11-26 15:21:28 -06:00
parent d50169c383
commit d0debfa450
1 changed files with 2 additions and 1 deletions

View File

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