Update defaults.inc

This commit is contained in:
2022-10-30 16:01:09 -05:00
parent bab2a016dc
commit f6360ff6a6

View File

@@ -118,10 +118,10 @@ 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=(nginx www ssl lessh php pma pdnsa)
WEB_REPL_CHECK=(nginx) WEB_REPL_CHECK=( )
LB_REPL_CHECK=( ) LB_REPL_CHECK=( )
#NC_REPL_CHECK=(apache nextcloud-php nextcloud-data) #NC_REPL_CHECK=(apache nextcloud-php nextcloud-data)
NC_REPL_CHECK=(nextcloud-data) NC_REPL_CHECK=( )
declare -A REPL_DESC declare -A REPL_DESC
REPL_DESC['apache']='Apache Settings' REPL_DESC['apache']='Apache Settings'