From e2fc1b0b39064be80401f93cf1cce3a237a9dc13 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 11 Mar 2021 16:06:49 -0500 Subject: [PATCH] Redirect output of kill command --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index eaac276b8..796764cca 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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