put back missing test for if db is local
This commit is contained in:
parent
0eb2ae60f3
commit
1392c1dfc2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue