Redirect output of kill command

This commit is contained in:
William Wernert
2021-03-11 16:06:49 -05:00
parent 3306ffa792
commit e2fc1b0b39

View File

@@ -289,7 +289,7 @@ percentage=0
kill -9 $progress_bg_proc
if [[ $install_success -gt 0 ]]; then
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
set_progress_str 99 "Detecting whether setup is running in the cloud."
detect_cloud