From caefd9b5c9f88899d7e0d6b139fcf28f57f2c6c6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 28 Nov 2021 19:44:22 +0100 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 021e1d6..39324c2 100755 --- a/scripts/install +++ b/scripts/install @@ -52,8 +52,6 @@ app=$YNH_APP_INSTANCE_NAME #================================================= ynh_script_progression --message="Validating installation parameters..." --weight=1 -arch=$(ynh_detect_arch) - final_path=/opt/yunohost/$app test ! -e "$final_path" || ynh_die --message="This path already contains a folder"