mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
fix exec command
Quoted substitution breaks if there is a space in var
This commit is contained in:
parent
297a6bc332
commit
1d9cf3db40
@ -22,5 +22,5 @@ exec \
|
||||
--disable-telemetry \
|
||||
--disable-updates \
|
||||
--auth "${AUTH}" \
|
||||
"${BASEPATH}" \
|
||||
${BASEPATH} \
|
||||
/config/workspace
|
||||
|
||||
Loading…
Reference in New Issue
Block a user