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-21 18:09:13 +01:00 committed by GitHub
parent 1766a06c75
commit cf27bbed5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,13 @@ fi
sudo yunohost app setting $app admin -v "$admin"
sudo yunohost app setting $app is_public -v "$is_public"
#install dependency
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
# Copy source files