mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
836f491ca5
entrypoint.sh currently expects ENABLE_ID_OBFUSCATION and REDACT_IP_ADDRESSES to be double-quoted strings but they are booleans. This commit resolves the issue by removing the quotes in the regular expressions.