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

bump version

This commit is contained in:
ericgaspar 2022-01-17 15:02:28 +01:00
parent 002d8a92a6
commit 12f64766f9
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Self-hosted file storage server",
"fr": "Serveur de stockage de fichiers auto-hébergé"
},
"version": "12.2.0~ynh8",
"version": "12.2.0~ynh9",
"url": "https://github.com/silverwind/droppy",
"upstream": {
"license": "BSD-2-Clause",

View file

@ -36,8 +36,7 @@ data_path=$(ynh_app_setting_get --app=$app --key=data_path)
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=2
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "
test ! -d $final_path || ynh_die --message="There is already a directory: $final_path "
#=================================================
# STANDARD RESTORATION STEPS