From f6360ff6a671028d216e306cfa397184bc4e5827 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 30 Oct 2022 16:01:09 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 277e9b3a..88a81194 100755 --- a/defaults.inc +++ b/defaults.inc @@ -118,10 +118,10 @@ REPL_CHECKS['nextcloud-php']='/etc/php' MYSQL_REPL_CHECK=( ) #WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa) -WEB_REPL_CHECK=(nginx) +WEB_REPL_CHECK=( ) LB_REPL_CHECK=( ) #NC_REPL_CHECK=(apache nextcloud-php nextcloud-data) -NC_REPL_CHECK=(nextcloud-data) +NC_REPL_CHECK=( ) declare -A REPL_DESC REPL_DESC['apache']='Apache Settings'