1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Add description

This commit is contained in:
ericgaspar 2021-08-29 10:44:29 +02:00
parent 8db7b65301
commit e57966b803
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 2 deletions

1
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1 @@
Vikunja est une application de liste de tâches Open Source auto-hébergée pour toutes les plateformes.

View file

@ -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 "