Variable encapsulation
Co-authored-by: Asher <ash@coder.com>
This commit is contained in:
parent
40f072a15d
commit
de38960e27
@ -22,7 +22,7 @@ fi
|
||||
# https://github.com/coder/code-server/issues/5177
|
||||
chmod u+x ${ENTRYPOINTD}/*.sh
|
||||
sudo chown -R ${USER} ${ENTRYPOINTD}/*
|
||||
for f in ${ENTRYPOINTD}/*.sh; do
|
||||
for f in "${ENTRYPOINTD}"/*.sh; do
|
||||
echo "Running Entrypoint: ${f}"
|
||||
bash "${f}"
|
||||
done
|
||||
|
Reference in New Issue
Block a user