From 9f162a606bbf38289a08673f5adfd2e4ea0ab410 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sat, 20 Aug 2022 20:27:00 +0000 Subject: [PATCH] Allow install in existing folder --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 048ea77..bf46782 100644 --- a/scripts/install +++ b/scripts/install @@ -42,7 +42,6 @@ then else final_path=/var/www/$app fi -test ! -e "$final_path" || ynh_die --message="This path already contains a folder" # Register (book) web path ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url