+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user