1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

Merge branch 'origin/testing' of https://github.com/Jibec/agendav_ynh into origin/testing

This commit is contained in:
Jean-Baptiste Holcroft 2017-11-22 23:40:42 +01:00
commit 89f15c1453
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
language="fr"
disablecacheck=1
; pre-install
sudo yunohost app fetchlist
sudo yunohost domain add --verbose baikaldomain.tld --admin-password $PASSWORD
sudo yunohost app install baikal -a "domain=baikaldomain.tld&path=/baikal&password=admin"
; Checks

View file

@ -44,7 +44,7 @@ ynh_mysql_remove_db "$db_user" "$db_name"
ynh_secure_remove "$final_path"
#=================================================
# REMOVE APP MAIN DIR
# REMOVE LOG
#=================================================
ynh_secure_remove "/var/log/$app"