mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Show welcome screen on both iso and network installs
This commit is contained in:
@@ -138,7 +138,7 @@ if [ "$automated" == no ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$setup_type" == 'iso' ] || (whiptail_you_sure); then
|
if (whiptail_you_sure); then
|
||||||
true
|
true
|
||||||
else
|
else
|
||||||
echo "User cancelled setup." | tee $setup_log
|
echo "User cancelled setup." | tee $setup_log
|
||||||
|
|||||||
Reference in New Issue
Block a user