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