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 "-----------------------------------------------------"