Commit 7fbcd05
committed
fix: guard exec < /dev/tty with || true for set -e safety
exec < /dev/tty can fail even when the file exists (e.g. "Device not
configured"). Under set -e this kills the script.1 parent 141aa51 commit 7fbcd05
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments