chore: fix app-init.sh chown check
This commit is contained in:
parent
b951c80a4d
commit
96902bf3b8
|
@ -3,7 +3,7 @@
|
||||||
WORKSPACEDIR="/workspace"
|
WORKSPACEDIR="/workspace"
|
||||||
|
|
||||||
# Handle Linux host mounting the workspace dir as root
|
# Handle Linux host mounting the workspace dir as root
|
||||||
if [ ! -O "$WORKSPACEDIR/ietf" ]; then
|
if [ ! -O "${WORKSPACEDIR}/ietf" ]; then
|
||||||
sudo chown -R dev:dev $WORKSPACEDIR
|
sudo chown -R dev:dev $WORKSPACEDIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue