1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

[Fix] Dependance

This commit is contained in:
frju365 2017-08-06 22:07:15 +02:00 committed by GitHub
parent fd03685a3d
commit 7c915ca482

View file

@ -28,6 +28,9 @@ ynh_app_setting_set $app admin_user $admin
# Retrieve admin email
email=$(sudo yunohost user info $admin | grep mail: | sed "s/mail: //g")
# Installation of the dependance
sudo apt install php5-gd
# Check destination directory
DESTDIR="/var/www/$app"
[[ -d $DESTDIR ]] && ynh_die \