diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 10:36:05 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 10:36:05 +0200 |
| commit | c102840a86e92bf68cc4be625db9f3e50050af79 (patch) | |
| tree | d80b6d511458cf248d471daeca50266b157adb80 | |
| parent | 1e9ff4a9d00a8b5b1712dbcbf5103d51231f0cbd (diff) | |
| -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 |