Skip to content

Commit 0278741

Browse files
committed
Minor changes in user creation script
1 parent 5f6b9b1 commit 0278741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/scripts/create-user.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ USERNAME=${1}
33
USER_UID=${2}
44
USER_GID=${3}
55

6-
if [ ! "$USERNAME" ];then
7-
USERNAME=vscode
6+
if [ $USERNAME == "" ]; then
7+
exit 0
88
fi
99

1010
# Create the user

0 commit comments

Comments
 (0)