From e57966b803371d392e9085c2dced55debd53c374 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Aug 2021 10:44:29 +0200 Subject: [PATCH] Add description --- doc/DESCRIPTION_fr.md | 1 + scripts/restore | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..22f755e --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Vikunja est une application de liste de tâches Open Source auto-hébergée pour toutes les plateformes. \ No newline at end of file diff --git a/scripts/restore b/scripts/restore index 04b3a9f..31d8909 100644 --- a/scripts/restore +++ b/scripts/restore @@ -35,8 +35,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "