Fix script typo to correctly run the so-test

This commit is contained in:
Jason Ertel
2020-12-30 10:31:04 -05:00
parent a49ddfb887
commit 19d14cf277

View File

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