We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98413a4 commit 6db404eCopy full SHA for 6db404e
1 file changed
recipes/zquick_ttyd/fs/zquick/libexec/ttyd/ttyd.sh
@@ -78,7 +78,7 @@ start() {
78
mkdir -p /var/log
79
tailscale funnel --bg --https=443 "http://localhost:80/" >>/var/log/ttyd.log
80
# only keep the funnel URL up for 30 minutes
81
- timeout -k 1s 30m ttyd -i 127.0.0.1 -p 80 -b "/$randompath" tmux new-session -A -s ZFSBootMenu >>/var/log/ttyd.log 2>&1
+ timeout -k 1s 30m ttyd -i 127.0.0.1 -p 80 -b "/$randompath" -W tmux new-session -A -s ZFSBootMenu >>/var/log/ttyd.log 2>&1
82
83
curl -s \
84
--form-string "token=$PUSHOVER_APP_TOKEN" \
0 commit comments