Don't echo pillar to setup log

This commit is contained in:
weslambert
2020-08-18 15:43:43 -04:00
committed by GitHub
parent be8483c580
commit a4e986ea37

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() {