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:
@@ -289,7 +289,7 @@ percentage=0
|
|||||||
kill -9 $progress_bg_proc
|
kill -9 $progress_bg_proc
|
||||||
if [[ $install_success -gt 0 ]]; then
|
if [[ $install_success -gt 0 ]]; then
|
||||||
error "Could not install packages required for setup, exiting now."
|
error "Could not install packages required for setup, exiting now."
|
||||||
kill -SIGUSR1 "$setup_proc"; exit 1
|
kill -SIGUSR1 "$setup_proc" &> /dev/null; exit 1
|
||||||
fi
|
fi
|
||||||
set_progress_str 99 "Detecting whether setup is running in the cloud."
|
set_progress_str 99 "Detecting whether setup is running in the cloud."
|
||||||
detect_cloud
|
detect_cloud
|
||||||
|
|||||||
Reference in New Issue
Block a user