diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 08:20:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 08:20:37 +0000 |
commit | 18e0f885bb50b1e5c543a937f95eae15509bcaeb (patch) | |
tree | 35c7b8fd6dfcb01b3469773610a68bf5618d6e0f | |
parent | Releasing debian version 1.7.7-1. (diff) | |
download | ttyd-18e0f885bb50b1e5c543a937f95eae15509bcaeb.tar.xz ttyd-18e0f885bb50b1e5c543a937f95eae15509bcaeb.zip |
Moving writable startup-option to the front as apparently order matters.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/default/ttyd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/default/ttyd b/debian/local/default/ttyd index f18d17a..5a43f67 100644 --- a/debian/local/default/ttyd +++ b/debian/local/default/ttyd @@ -1,3 +1,3 @@ # /etc/default/ttyd -TTYD_OPTIONS="-i lo -p 7681 -O login -W" +TTYD_OPTIONS="-W -i lo -p 7681 -O login" |