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'