From 516a8060e86493877158f6466dc6a596f82412cc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Mar 2021 18:49:26 +0100 Subject: [PATCH] Update check_process --- check_process | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 8d5802c..f953b58 100644 --- a/check_process +++ b/check_process @@ -2,8 +2,11 @@ auto_remove=1 ; Manifest domain="domain.tld" (DOMAIN) - path="/path" (PATH) - is_public="Yes" (PUBLIC|public=Yes|private=No) + path="/" (PATH) + admin="john" (USER) + is_public=1 (PUBLIC|public=1|private=0) + password="pass" + port="666" (PORT) ; Checks pkg_linter=1 setup_sub_dir=1 @@ -14,6 +17,14 @@ upgrade=1 backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 +;;; Options +Email= +Notification=none +;;; Upgrade options + ; commit=CommitHash + name=Name and date of the commit. + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + + \ No newline at end of file