From a276077efba4c3efd10f5b3ad282a8ac5473dfcb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 10:52:19 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index c02fa98c..30b1b01e 100755 --- a/defaults.inc +++ b/defaults.inc @@ -150,12 +150,12 @@ REPL_CHECKS['pdnsa']='/mnt/web-data/powerdns-admin' REPL_CHECKS['nextcloud-data']='/mnt/Nextcloud-Data' REPL_CHECKS['nextcloud-php']='/etc/php' -MYSQL_REPL_CHECK=( ) +#MYSQL_REPL_CHECK=( ) #WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa) -WEB_REPL_CHECK=( ) +#WEB_REPL_CHECK=( ) LB_REPL_CHECK=( nginxproxy ) #NC_REPL_CHECK=(apache nextcloud-php nextcloud-data) -NC_REPL_CHECK=( ) +#NC_REPL_CHECK=( ) declare -A REPL_DESC REPL_DESC['apache']='Apache Settings'