From 5899470d8d096b1cb49f3de8598af5782f0cda40 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 7 Jan 2022 10:41:31 +0100 Subject: [PATCH] add upgrade test --- check_process | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/check_process b/check_process index 7d97801..0d4aceb 100644 --- a/check_process +++ b/check_process @@ -3,8 +3,8 @@ domain="domain.tld" path="/path" admin="john" - is_public=1 password="1Strong-Password" + dns_over_https=1 ; Checks pkg_linter=1 setup_sub_dir=0 @@ -13,7 +13,7 @@ setup_private=1 setup_public=1 upgrade=1 - #upgrade=1 from_commit=CommitHash + upgrade=1 from_commit=c57900238fe703377b39d2dc54027e4b5303e9e6 backup_restore=1 multi_instance=0 change_url=1 @@ -21,6 +21,6 @@ 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& + ; commit=c57900238fe703377b39d2dc54027e4b5303e9e6 + name=0.107.2, 5 JAN 22 + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass& \ No newline at end of file