summaryrefslogtreecommitdiffstats
path: root/abs/core/zoneminder/zoneminder.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/zoneminder/zoneminder.install')
-rw-r--r--abs/core/zoneminder/zoneminder.install5
1 files changed, 4 insertions, 1 deletions
diff --git a/abs/core/zoneminder/zoneminder.install b/abs/core/zoneminder/zoneminder.install
index 5d5459a..db07ef4 100644
--- a/abs/core/zoneminder/zoneminder.install
+++ b/abs/core/zoneminder/zoneminder.install
@@ -2,7 +2,7 @@ install_db() {
. /etc/systemconfig
if [ $SystemType = Master_backend -o $SystemType = Standalone ]
then
- mysql -e "use zm" > /dev/null
+ mysql -e "use zm" &> /dev/null
rc=$?
if [ $rc = 1 ]
then
@@ -25,6 +25,9 @@ post_install() {
gen_light_include.py
/sbin/sv hup /service/lighttpd
#---
+
+ echo "To start zoneminder enter:"
+ echo " sudo add_service.sh zoneminder"
}
post_upgrade() {