mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Increment VERSION for dev to 2.1.0-rc.2; Add more logging to troubleshoot automated setup not initiating post-installation steps
This commit is contained in:
@@ -632,6 +632,12 @@ if [[ -n $SO_ERROR ]]; then
|
||||
SKIP_REBOOT=1
|
||||
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
|
||||
@@ -645,6 +651,7 @@ else
|
||||
} | whiptail_gauge_post_setup "Running post-installation steps..."
|
||||
|
||||
whiptail_setup_complete
|
||||
echo "Post-installation steps have completed." >> $setup_log 2>&1
|
||||
fi
|
||||
|
||||
install_cleanup >> $setup_log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user