Refactored so-common node type checks for improved readability; Updated so-tcpreplay to support distributed grids

This commit is contained in:
Jason Ertel
2021-01-13 12:42:41 -05:00
parent 59b016695f
commit ea1ab75072
3 changed files with 47 additions and 15 deletions

View File

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