From c8a474e1fedb2a155122090b392de1fccc28f7bd Mon Sep 17 00:00:00 2001 From: Lapotor Date: Tue, 11 Apr 2017 14:36:34 +0200 Subject: [PATCH] Delete debug things, changed if for initctl --- install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install b/install index 9ae8396d2..63d9a6376 100755 --- a/install +++ b/install @@ -583,14 +583,14 @@ fi # Add celery to the www-data group loudCmd "usermod -G ${web_user} -a celery" -if [ "$dist" = "ubuntu" ] && [ "$code" != "xenial" ] ; then +if [ "$dist" = "ubuntu" ]; then loudCmd "initctl reload-configuration" fi verbose "...Done" verbose "\n * Installing airtime_analyzer..." loudCmd "python ${AIRTIMEROOT}/python_apps/airtime_analyzer/setup.py install --install-scripts=/usr/bin" -if [ "$dist" = "ubuntu" ] && [ "$code" != "xenial" ] ; then +if [ "$dist" = "ubuntu" ]; then loudCmd "initctl reload-configuration" fi verbose "...Done" @@ -676,7 +676,6 @@ elif [ "$dist" = "ubuntu" ] && [ "$code" = "xenial" ]; then loudCmd "a2enmod rewrite" loudCmd "a2enmod php7.0" fi -exit loud "\n-----------------------------------------------------" loud " * Configuring PostgreSQL * " loud "-----------------------------------------------------"