Add logscan automation file + fix enable command in setup

This commit is contained in:
William Wernert
2021-08-02 12:37:37 -04:00
parent 757091beeb
commit d3b170c6df
2 changed files with 78 additions and 1 deletions

View File

@@ -965,7 +965,7 @@ else
if [[ -n $LEARN_LOGSCAN_ENABLE ]]; then
set_progress_str 99 'Enabling logscan'
so-learn enable logscan --apply -y >> $setup_log 2>&1
so-learn enable logscan --apply >> $setup_log 2>&1
fi
} | whiptail_gauge_post_setup "Running post-installation steps..."