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

This commit is contained in:
2025-08-14 14:48:09 +02:00
parent dbcded108b
commit 4be919cb1e
+1 -1
View File
@@ -23,7 +23,7 @@ chmod -R 775 "$INSTANCE_DIR"
# --- 3) Global passwords ---
# ELOG expects base64-encoded strings in config for global passwords
# "testpassword" -> echo -n testpassword | base64
PW_B64="dGVzdHBhc3N3b3Jk"
PW_B64="testpassword"
# --- 4) Write config ---
cat > "$INSTANCE_DIR/elogd.cfg" <<EOF