Delete debug things, changed if for initctl
This commit is contained in:
parent
a6d6b8a06c
commit
c8a474e1fe
5
install
5
install
|
@ -583,14 +583,14 @@ fi
|
||||||
# Add celery to the www-data group
|
# Add celery to the www-data group
|
||||||
loudCmd "usermod -G ${web_user} -a celery"
|
loudCmd "usermod -G ${web_user} -a celery"
|
||||||
|
|
||||||
if [ "$dist" = "ubuntu" ] && [ "$code" != "xenial" ] ; then
|
if [ "$dist" = "ubuntu" ]; then
|
||||||
loudCmd "initctl reload-configuration"
|
loudCmd "initctl reload-configuration"
|
||||||
fi
|
fi
|
||||||
verbose "...Done"
|
verbose "...Done"
|
||||||
|
|
||||||
verbose "\n * Installing airtime_analyzer..."
|
verbose "\n * Installing airtime_analyzer..."
|
||||||
loudCmd "python ${AIRTIMEROOT}/python_apps/airtime_analyzer/setup.py install --install-scripts=/usr/bin"
|
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"
|
loudCmd "initctl reload-configuration"
|
||||||
fi
|
fi
|
||||||
verbose "...Done"
|
verbose "...Done"
|
||||||
|
@ -676,7 +676,6 @@ elif [ "$dist" = "ubuntu" ] && [ "$code" = "xenial" ]; then
|
||||||
loudCmd "a2enmod rewrite"
|
loudCmd "a2enmod rewrite"
|
||||||
loudCmd "a2enmod php7.0"
|
loudCmd "a2enmod php7.0"
|
||||||
fi
|
fi
|
||||||
exit
|
|
||||||
loud "\n-----------------------------------------------------"
|
loud "\n-----------------------------------------------------"
|
||||||
loud " * Configuring PostgreSQL * "
|
loud " * Configuring PostgreSQL * "
|
||||||
loud "-----------------------------------------------------"
|
loud "-----------------------------------------------------"
|
||||||
|
|
Loading…
Reference in New Issue