From fbf65c2ee86b844a36694fe0541779bbd88dc796 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 13 Oct 2019 18:52:52 +0200 Subject: [PATCH] [fix] check_process will not check public mode --- check_process | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 743f20a..247ff4c 100644 --- a/check_process +++ b/check_process @@ -15,9 +15,9 @@ setup_root=1 setup_nourl=0 setup_private=1 - setup_public=1 - upgrade=0 - upgrade=0 from_commit=CommitHash + setup_public=0 #Considering the sensitive actions this app can do, I prefer to have it private + upgrade=1 + upgrade=0 from_commit=567fc9435804add272fa4ae48a7cf1ec5f173d2d backup_restore=1 multi_instance=1 incorrect_path=1 @@ -44,4 +44,3 @@ Notification=none ; 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& -