put back missing test for if db is local

This commit is contained in:
Isaac Connor 2017-11-22 12:36:04 -08:00
parent 0eb2ae60f3
commit 1392c1dfc2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ "$1" = "configure" ]; then
a2enmod cgi a2enmod cgi
fi fi
# Ensure zoneminder is stopped if [ "$ZM_DB_HOST" = "localhost" ]; then
if [ -e "/etc/init.d/mysql" ]; then if [ -e "/etc/init.d/mysql" ]; then
# Do this every time the package is installed or upgraded # Do this every time the package is installed or upgraded