diff --git a/check_process b/check_process index 6c95790..229c516 100644 --- a/check_process +++ b/check_process @@ -1,14 +1,13 @@ ;; Test complet ; Manifest domain="domain.tld" - path="/path" is_public=1 admin="john" password="1Strong-Password" invitation="invitationcode" ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/manifest.json b/manifest.json index b37fdbd..6eee812 100644 --- a/manifest.json +++ b/manifest.json @@ -33,12 +33,6 @@ "name": "domain", "type": "domain" }, - { - "name": "path", - "type": "path", - "example": "/huginn", - "default": "/huginn" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/change_url b/scripts/change_url index 5d7dd09..faa4710 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -17,7 +17,7 @@ old_domain=$YNH_APP_OLD_DOMAIN old_path=$YNH_APP_OLD_PATH new_domain=$YNH_APP_NEW_DOMAIN -new_path=$YNH_APP_NEW_PATH +new_path="/" app=$YNH_APP_INSTANCE_NAME diff --git a/scripts/install b/scripts/install index d5433df..9c56a71 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC admin=$YNH_APP_ARG_ADMIN password=$YNH_APP_ARG_PASSWORD