diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 09:49:40 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 09:49:40 +0200 |
| commit | 161c16506777e82e196437a26f4f320aa1d96070 (patch) | |
| tree | b78f2b9096ccc14be1e7b3f5c98a12e015d6cbe8 | |
| parent | 9cb876004e6375e9f3e96237505c6d38f7df0b97 (diff) | |
fix forward start
| -rwxr-xr-x | spawnctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ forward_start() { mkfifo /tmp/spawnctl-forward/cmd-fifo echo "" > /tmp/spawnctl-forward/status - if [ -e "/tmp/spawnctl-ports" ]; then + if [ -e "/etc/spawnctl-ports" ]; then while read line; do src=$(echo $line | awk '{ print $1 }') srcport=$(echo $line | awk '{ print $2 }') |