Merge pull request #963 from Security-Onion-Solutions/fix/curator_logsizelimit

Add standalone evaluation for log_size_limit
This commit is contained in:
weslambert
2020-07-08 15:40:54 -04:00
committed by GitHub

View File

@@ -1433,7 +1433,7 @@ set_default_log_size() {
local percentage local percentage
case $INSTALLTYPE in case $INSTALLTYPE in
EVAL | HEAVYNODE) STANDALONE | EVAL | HEAVYNODE)
percentage=50 percentage=50
;; ;;
*) *)