From 504f8d04d78e485b3c13a35f883e19733f12590c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 16 Feb 2018 22:57:40 +0000 Subject: [PATCH] Update check_process Add title from manifest Level 4 OK --- check_process | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 2f2a7b6..16d172d 100644 --- a/check_process +++ b/check_process @@ -7,6 +7,7 @@ domain="domain.tld" (DOMAIN) path="/path" (PATH) admin="john" (USER) + title="Test flarum" # language="en" is_public=1 (PUBLIC|public=1|private=0) ; Checks @@ -28,7 +29,7 @@ Level 2=auto Level 3=auto # Level 4 : HTTP Auth included with the extension tituspijean/flarum-ext-auth-ssowat - Level 4=0 + Level 4=1 Level 5=auto Level 6=auto Level 7=auto @@ -41,4 +42,4 @@ #;;; Upgrade options # ; commit=65c382d138596fcb32b4c97c39398815a1dcd4e8 # name=Name of this previous version -#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1& +#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&title=TITLE&is_public=1&