We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a7189 commit 09dbfb8Copy full SHA for 09dbfb8
sbin/entrypoint.sh
@@ -77,7 +77,7 @@ elif [[ ! $CVMFSEXEC_REPOS =~ [a-z]+ ]]; then
77
safe_exec "$@"
78
fi
79
CVMFSEXEC_REPOS=$(tr -s ',' ' ' <<<$CVMFSEXEC_REPOS)
80
-CVMFSEXEC_REPOS=$(tr -d '"'"'" <<<$CMVFSEXEC_REPOS) # delete single and double quotes (docker envfiles treat quotes literally)
+CVMFSEXEC_REPOS=$(tr -d '"'"'" <<<$CVMFSEXEC_REPOS) # delete single and double quotes (docker envfiles treat quotes literally)
81
82
cd "$cvmfsexec_root" || \
83
fail "Couldn't enter $cvmfsexec_root"
0 commit comments