Skip to content

Commit

Permalink
Merge pull request #11166 from Security-Onion-Solutions/jertel/alts
Browse files Browse the repository at this point in the history
use the correct var
  • Loading branch information
jertel authored Aug 24, 2023
2 parents 92c6229 + 43e4cf6 commit 3a0590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/so-setup
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ detect_os
# Ubuntu/Debian whiptail pallete to make it look the same as CentOS and Rocky.
set_palette >> $setup_log 2>&1

if [[ $not_supported ]] && [ -z "$TESTING" ]; then
if [[ $not_supported ]] && [ -z "$test_profile" ]; then
if [[ "$OSVER" == "focal" ]]; then
if (whiptail_focal_warning); then
true
Expand Down

0 comments on commit 3a0590f

Please sign in to comment.