mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
[error] Maintenance failed
This commit is contained in:
parent
1b589a55e5
commit
fd03685a3d
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ ynh_app_setting_set $app admin_user $admin
|
||||||
# Retrieve admin email
|
# Retrieve admin email
|
||||||
email=$(sudo yunohost user info $admin | grep mail: | sed "s/mail: //g")
|
email=$(sudo yunohost user info $admin | grep mail: | sed "s/mail: //g")
|
||||||
|
|
||||||
# Installation des dépendance
|
|
||||||
sudo apt install -y php5-gd
|
|
||||||
|
|
||||||
# Check destination directory
|
# Check destination directory
|
||||||
DESTDIR="/var/www/$app"
|
DESTDIR="/var/www/$app"
|
||||||
[[ -d $DESTDIR ]] && ynh_die \
|
[[ -d $DESTDIR ]] && ynh_die \
|
||||||
|
|
Loading…
Reference in a new issue