mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Redirect output of kill command
This commit is contained in:
@@ -286,7 +286,7 @@ percentage=0
|
||||
progress_bg_proc=$!
|
||||
installer_prereq_packages
|
||||
install_success=$?
|
||||
kill -9 $progress_bg_proc
|
||||
kill -9 $progress_bg_proc &> /dev/null
|
||||
if [[ $install_success -gt 0 ]]; then
|
||||
error "Could not install packages required for setup, exiting now."
|
||||
kill -SIGUSR1 "$setup_proc" &> /dev/null; exit 1
|
||||
|
||||
Reference in New Issue
Block a user