diff options
| -rwxr-xr-x | spawnctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ forward_start() { "remove"*) line=$(echo "$cmd" | sed 's/remove\s*//g') pid=$(grep "$line" /tmp/spawnctl-forward/status | awk '{ print $1 }') - killall "$pid" + kill "$pid" sed -i "/$pid/d" esac done |