1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Update install

This commit is contained in:
Krakinou 2018-11-23 19:05:47 +01:00 committed by GitHub
parent 9097d1ab59
commit 0c4ca8b2ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,8 +46,6 @@ sudo yunohost app setting $app is_public -v "$is_public"
ynh_package_is_installed 'php-geoip'
if [[ ! $? -eq 0 ]]; then
ynh_package_install 'php-geoip'
#c'est pas très propre, mais ça marche
systemctl restart php*fpm*
fi
#install locale (nginx will restart at the end of the install)
@ -129,4 +127,6 @@ sudo chmod 644 /etc/cron.d/emailpoubelle
# Restart services
sudo service nginx reload
sudo service postfix reload
sudo service php* reload
sudo yunohost app ssowatconf