From 3288b2f24223cf07f036a743763c9ba9478a5867 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 15 Jan 2022 08:42:46 +0100 Subject: [PATCH] upgrade --- conf/app.src | 4 ++-- scripts/restore | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 3de7349..3cf4629 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/movim/movim/archive/refs/tags/v0.20rc1.tar.gz -SOURCE_SUM=504e456888eb18ce2474ab8cd3fcd261a95e5ba83fcc189bbc95709fa88e644d +SOURCE_URL=https://github.com/movim/movim/archive/refs/tags/v0.20rc4.tar.gz +SOURCE_SUM=b92fd895de792423cba7090c6268e7f4a55921d19580bfff1401ddeac59d446e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true \ No newline at end of file diff --git a/scripts/restore b/scripts/restore index 79cfa61..24daedf 100644 --- a/scripts/restore +++ b/scripts/restore @@ -40,8 +40,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= 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