summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2019-05-11 13:18:23 +0200
committerBjørn Mork <bjorn@mork.no>2019-05-11 13:18:23 +0200
commit21f495e9d185b4f55a7026c90d2fa30ad684bc98 (patch)
treef577b7f2d6f0c3041809f32d24a1d443999d8d58
parentfd905d1e61d91021622aff83074b8f3463f20997 (diff)
WiP: doc update
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--dcs8000lh.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcs8000lh.md b/dcs8000lh.md
index 942ba63..9be7261 100644
--- a/dcs8000lh.md
+++ b/dcs8000lh.md
@@ -344,7 +344,7 @@ echo "Doing local fixups..."
killall -TERM telnetd
grep -Eq ^foo: /etc/passwd || echo "foo:x:0:0::/:/bin/sh" >> /etc/passwd && echo "foo:$(pibinfo Pincode)" | chpasswd -m
[ "$(tdb get HTTPServer Enable_byte)" -eq "1" ] || tdb set HTTPServer Enable_byte=1
-[ -n "$(tdb get HTTPAccount AdminPasswd_ss)" ] || tdb get HTTPAccount AdminPasswd_ss=$(pibinfo Pincode)
+[ -n "$(tdb get HTTPAccount AdminPasswd_ss)" ] || tdb set HTTPAccount AdminPasswd_ss=$(pibinfo Pincode)
/etc/rc.d/init.d/extra_lighttpd.sh start
telnetd -F
```