Skip to content

Commit ef7a342

Browse files
committed
fix: added ttyd writable argument
1 parent 8773abb commit ef7a342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ttyManifests/adminTtyManifests/tty_02_Pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ spec:
3131
command:
3232
- bash
3333
- -c
34-
- bash /etc/kconfig/kconfig.sh && ttyd -w /home/user -p 8080 tmux new -A
34+
- bash /etc/kconfig/kconfig.sh && ttyd -w /home/user -W -p 8080 tmux new -A
3535
---

src/ttyManifests/tty_02_Pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ spec:
3131
command:
3232
- bash
3333
- -c
34-
- bash /etc/kconfig/kconfig.sh && ttyd -w /home/user -p 8080 tmux new -A
34+
- bash /etc/kconfig/kconfig.sh && ttyd -w /home/user -W -p 8080 tmux new -A
3535
---

0 commit comments

Comments
 (0)