Merge pull request #1208 from Security-Onion-Solutions/fix/remove_pillar_from_setup

Don't echo pillar to setup log
This commit is contained in:
weslambert
2020-08-18 15:44:20 -04:00
committed by GitHub

View File

@@ -1207,7 +1207,6 @@ manager_global() {
" interval: 5" >> "$global_pillar"
printf '%s\n' '----' >> "$setup_log" 2>&1
cat "$global_pillar" >> "$setup_log" 2>&1
}
minio_generate_keys() {