From 54b5d2d0ee2cfa682840fe36cc258b0fe77965e0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Jan 2021 11:36:04 +0100 Subject: [PATCH] Fix --- check_process | 2 -- scripts/install | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/check_process b/check_process index 4392a8d..089936a 100644 --- a/check_process +++ b/check_process @@ -8,8 +8,6 @@ domain="domain.tld" (DOMAIN) path="/" (PATH) is_public=1 (PUBLIC|public=1|private=0) -# password="pass" -# nextclouddomain="domain.tld" port="9980" (PORT) ; Checks pkg_linter=1 diff --git a/scripts/install b/scripts/install index f02d325..90a306a 100644 --- a/scripts/install +++ b/scripts/install @@ -21,6 +21,7 @@ ynh_abort_if_errors # Retrieve arguments domain=$YNH_APP_ARG_DOMAIN +path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC architecture=$(ynh_detect_arch)