Ensure so-test is logged

This commit is contained in:
Jason Ertel
2020-12-29 17:25:53 -05:00
committed by William Wernert
parent fc44474519
commit 9b40318bfe

View File

@@ -840,7 +840,7 @@ if [[ -n $SO_ERROR ]]; then
else
echo "Successfully completed setup! Continuing with post-installation steps" >> $setup_log 2>&1
{
[ -n "$TESTING" ] && so-test
[ -n "$TESTING" ] && logCmd so-setup
export percentage=95 # set to last percentage used in previous subshell
if [[ -n $ALLOW_ROLE && -n $ALLOW_CIDR ]]; then