From b0fd0808cd0e60baad47c2e1585d5aee4b29ad1e Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 28 Aug 2024 15:24:18 +0200 Subject: [PATCH] fix install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 42496f9..dd3b016 100755 --- a/scripts/install +++ b/scripts/install @@ -14,8 +14,6 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Validating installation parameters..." -test ! -e "/etc/$app" || ynh_die "This path already contains a folder" - # By default, the runner will use docker to run your builds. PR are welcomes to implement more executors executor="docker"