We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3357c commit 85980e8Copy full SHA for 85980e8
root/etc/s6-overlay/s6-rc.d/init-ldap-config/run
@@ -33,7 +33,7 @@ if grep -q 'REPLACEWITHFERNETKEY' /app/ldap-backend-app.py; then
33
fi
34
# Second, check for a cached key
35
if [[ -z ${key} && -f ${KEY_FILE} ]]; then
36
- _key="$(normalize_key $(cat "${KEY_FILE}"))"
+ _key="$(normalize_key $(cat \"${KEY_FILE}\"))"
37
if test_key "${_key}"; then
38
echo "using key from ${KEY_FILE}"
39
key="${_key}"
0 commit comments