summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```