Skip to content

Commit

Permalink
Code: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
plitc committed Oct 12, 2015
1 parent 123a4f2 commit 217d1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy_ipsec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi

#/ function: say clean up
KILLSAY(){
pgrep "say" | xargs -L 1 -I % kill -9 % > /dev/null 2>&1
(pgrep "say" | xargs -L 1 -I % kill -9 % > /dev/null 2>&1)
}

### stage2 // ###
Expand Down

0 comments on commit 217d1ce

Please sign in to comment.