From 3f38a8db2346cfc03ecdd4a054e23b78576162e3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 Aug 2021 13:19:44 +0200 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b2671c9..1e035bd 100644 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,7 @@ final_path=/var/www/$app test ! -e "$final_path" || ynh_die --message="This path already contains a folder" mkdir -p "/etc/vikunja" -touch "/etc/vikunja/config.yml" +#touch "/etc/vikunja/config.yml" # Register (book) web path ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url diff --git a/scripts/remove b/scripts/remove index 27cefd7..00d6e5d 100644 --- a/scripts/remove +++ b/scripts/remove @@ -58,7 +58,7 @@ ynh_script_progression --message="Removing dependencies..." --weight=1 # Remove metapackage and its dependencies ynh_remove_app_dependencies -dpkg --remove vikunja +dpkg --purge vikunja #================================================= # REMOVE THE REDIS DATABASE