From ed1d6394afa034768054aee2a683beb7e4020c35 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 8 Jul 2021 11:27:51 +0200 Subject: [PATCH] Update check_process --- check_process | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index a0a8c6f..ddb1834 100644 --- a/check_process +++ b/check_process @@ -2,18 +2,27 @@ ; Manifest domain="domain.tld" path="/path" + admin="john" + language="fr" is_public=1 + password="pass" + port="666" ; Checks pkg_linter=1 - setup_sub_dir=0 + setup_sub_dir=1 setup_root=1 setup_nourl=0 setup_private=1 setup_public=1 upgrade=1 + #upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=0 change_url=1 ;;; Options Email= -Notification=none \ No newline at end of file +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