mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Add more logging to setup process
This commit is contained in:
@@ -199,16 +199,6 @@ if [[ -f automation/$automation && $(basename $automation) == $automation ]]; th
|
||||
logCmd 'ip a | grep "$MNIC:" | grep "state UP"'
|
||||
done
|
||||
info "Network is up on $MNIC"
|
||||
|
||||
if [[ ! $is_iso ]]; then
|
||||
# We might not need this any more
|
||||
info "Installing sshpass for automated testing."
|
||||
if [ "$OS" == ubuntu ]; then
|
||||
retry 50 10 "apt-get -y install sshpass" >> $setup_log 2>&1 || exit 1
|
||||
else
|
||||
logCmd "yum -y install sshpass"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
# Make sure the setup type is suppoted.
|
||||
|
||||
Reference in New Issue
Block a user