This commit is contained in:
m0duspwnens
2020-11-24 11:42:03 -05:00
parent 995a377432
commit fe2662cab8

View File

@@ -511,8 +511,10 @@ fi
if [[ $is_sensor || $is_helix || $is_import ]]; then
set_progress_str 4 'Generating sensor pillar'
sensor_pillar >> $setup_log 2>&1
if [[ $is_sensor || $is_helix ]]; then
steno_pillar >> $setup_log
fi
fi
set_progress_str 5 'Installing Salt and dependencies'
saltify 2>> $setup_log