Update install_elog.sh
Run CI Tests / test (push) Successful in 1m47s

This commit is contained in:
2025-08-14 13:21:18 +02:00
parent f3cfcd54ee
commit 210bd091db
+3 -3
View File
@@ -61,17 +61,17 @@ cat > elog_instance/elogd.cfg <<EOF
[global]
port = 8080
logdir = logbooks
requirepassword = 1
allowposting = 1
allowhtml = 1
guest = 0
allowanonymous = 0
List after submit = 0
[demo]
dir = logbooks/demo
allow = robot
requirepassword = 1
passwdfile = elog.passwd
guest = 0
allowanonymous = 0
Required Attributes = Author
EOF