diff --git a/conf/app.src b/conf/app.src index e4a9f74..27d368b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/timvisee/send/archive/refs/tags/v3.4.14.tar.gz -SOURCE_SUM=8c0234aedf8a2a67ef0a8f3b3cb72635c77d6496b0dd680ec2e70ae2f6b86c4d +SOURCE_URL=https://github.com/timvisee/send/archive/refs/tags/v3.4.15.tar.gz +SOURCE_SUM=aeb8afed91dd79e92a47846b8a90e0ad9bc18991bd43ca3c2762c9c299d8dd9e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f30842c..43b8d28 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "File sharing which allows to send encrypted files", "fr": "Partage de fichiers qui permet d'envoyer des fichiers chiffrés" }, - "version": "3.4.14~ynh1", + "version": "3.4.15~ynh1", "url": "https://github.com/timvisee/send", "upstream": { "license": "MPL-2.0", diff --git a/scripts/restore b/scripts/restore index 1911c37..557566d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -35,8 +35,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_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