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'