[fix] Set variables used by sensor pillar before generating the pillar

This commit is contained in:
William Wernert
2021-01-15 10:29:51 -05:00
parent ed129bcf1f
commit e440f6c44a
2 changed files with 17 additions and 8 deletions

View File

@@ -575,6 +575,7 @@ set_redirect >> $setup_log 2>&1
if [[ $is_sensor || $is_helix || $is_import ]]; then
set_progress_str 3 'Generating sensor pillar'
generate_sensor_vars
sensor_pillar >> $setup_log 2>&1
if [[ $is_sensor || $is_helix ]]; then
steno_pillar >> $setup_log