From 5d9e8e81be833d56da2c0fe97fd8a13e6b6cc7a4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 3 Dec 2021 18:36:03 +0100 Subject: [PATCH] Fix --- conf/app.src | 4 ++-- manifest.json | 4 ++-- scripts/restore | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/app.src b/conf/app.src index ef000a2..e7f957f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.15.tar.gz -SOURCE_SUM=3f4a4e1061f3fe6e6c6c5024ffc98045968c3801c9d630895ad78f5106a42e78 +SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.16.tar.gz +SOURCE_SUM=dfdb60910aa9df85bde8cad8729ef6a33e36014739a3e8ce105f5e96a6b99d8c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c4d78ad..22c2a70 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,13 @@ "en": "Online editor providing collaborative editing in real-time", "fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel" }, - "version": "1.8.15~ynh1", + "version": "1.8.16~ynh1", "url": "https://etherpad.org/", "upstream": { "license": "Apache-2.0", "website": "https://etherpad.org/", "demo": "https://video.etherpad.com/", - "admindoc": "http://etherpad.org/doc/v1.8.15", + "admindoc": "http://etherpad.org/doc/v1.8.16", "code": "https://github.com/ether/etherpad-lite" }, "license": "Apache-2.0", diff --git a/scripts/restore b/scripts/restore index b157204..4b25222 100644 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,7 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #================================================= 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