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:
commit
89f15c1453
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue