Skip to content

Commit

Permalink
Maybe make the kill error go away for real
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Jul 4, 2017
1 parent c105ce3 commit 39010ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ esac

# Reap any clingy processes (like spinner forks)
allpids="$(ps -o pid= --ppid $$) $allpids"
kill "$allpids" 2>/dev/null
kill "$config_system_pid" 2>/dev/null
kill "$allpids" &>/dev/null
kill "$config_system_pid" &>/dev/null
# Make sure the cursor is back (if spinners misbehaved)
tput cnorm

Expand Down

0 comments on commit 39010ae

Please sign in to comment.