mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 15:33:06 +01:00
When running in automated mode, cat all piped in input to setup log
This commit is contained in:
@@ -633,11 +633,6 @@ if [[ -n $SO_ERROR ]]; then
|
||||
whiptail_setup_failed
|
||||
else
|
||||
echo "Successfully completed setup! Continuing with post-installation steps" >> $setup_log 2>&1
|
||||
echo "automated=$automated" >> $setup_log 2>&1
|
||||
echo "ALLOW_ROLE=$ALLOW_ROLE" >> $setup_log 2>&1
|
||||
echo "ALLOW_CIDR=$ALLOW_CIDR" >> $setup_log 2>&1
|
||||
echo "THEHIVE=$THEHIVE" >> $setup_log 2>&1
|
||||
|
||||
{
|
||||
export percentage=95 # set to last percentage used in previous subshell
|
||||
if [[ -n $ALLOW_ROLE && -n $ALLOW_CIDR ]]; then
|
||||
|
||||
Reference in New Issue
Block a user