Skip to content

Commit

Permalink
chore: fix app-init.sh chown check
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed May 24, 2024
1 parent b951c80 commit 96902bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/app-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
WORKSPACEDIR="/workspace"

# 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
fi

Expand Down

0 comments on commit 96902bf

Please sign in to comment.