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:
parent
1766a06c75
commit
cf27bbed5b
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ fi
|
||||||
sudo yunohost app setting $app admin -v "$admin"
|
sudo yunohost app setting $app admin -v "$admin"
|
||||||
sudo yunohost app setting $app is_public -v "$is_public"
|
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
|
# Copy source files
|
||||||
|
|
Loading…
Add table
Reference in a new issue