Remove quotes from command run line.
This commit is contained in:
parent
48dda3455b
commit
d830676408
2
entrypoint.sh
Normal file → Executable file
2
entrypoint.sh
Normal file → Executable file
@ -20,4 +20,4 @@ echo "Launching command:"
|
||||
echo "${CMD}"
|
||||
echo "----------"
|
||||
|
||||
"${CMD}"
|
||||
${CMD}
|
||||
|
Loading…
Reference in New Issue
Block a user