From 3d0676f1335a04dff628a83dbd575558246bfbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Th=C3=A9o=20LAURET?= Date: Mon, 17 Jul 2023 23:13:50 +0400 Subject: [PATCH] update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5bc75f7..dcbb6fa 100644 --- a/scripts/install +++ b/scripts/install @@ -20,10 +20,10 @@ ynh_abort_if_errors ynh_script_progression --message="Validating installation parameters..." # Path for e.g. "static" files, served by nginx: -test ! -e "$public_path" || ynh_die --message="This path already contains a folder" +# test ! -e "$public_path" || ynh_die --message="This path already contains a folder" # Path for own config files, e.g.: Django's settings.py: -test ! -e "$final_path" || ynh_die --message="This path already contains a folder" +# 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"