diff --git a/check_process b/check_process index 93471d0..6efab9e 100644 --- a/check_process +++ b/check_process @@ -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 diff --git a/scripts/remove b/scripts/remove index e3c4d0d..6954292 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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"