Skip to content

Commit 22c0d9a

Browse files
committed
Fix onCreateCommand
1 parent 345e369 commit 22c0d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/scripts/usr/local/bin/onCreateCommand.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -e
66

77
# Add user to group users
88
sudo usermod -a -G users "$(id -un)"
9+
newgrp users
910

1011
# Create user's private bin
1112
mkdir -p "$HOME/.local/bin"

0 commit comments

Comments
 (0)