1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
ericgaspar 2022-01-15 08:42:46 +01:00
parent 4a57ed0c02
commit 3288b2f242
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/movim/movim/archive/refs/tags/v0.20rc1.tar.gz SOURCE_URL=https://github.com/movim/movim/archive/refs/tags/v0.20rc4.tar.gz
SOURCE_SUM=504e456888eb18ce2474ab8cd3fcd261a95e5ba83fcc189bbc95709fa88e644d SOURCE_SUM=b92fd895de792423cba7090c6268e7f4a55921d19580bfff1401ddeac59d446e
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

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