Skip to content

Commit ecefe7e

Browse files
committed
Remove disabled-password option from user creation in serversideup-create-unprivileged-user script
1 parent 3afe53e commit ecefe7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rootfs/usr/local/bin/serversideup-create-unprivileged-user

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ else
3333
--gid "${PGID}" \
3434
--home "/home/${username}" \
3535
--shell /bin/bash \
36-
--disabled-password \
3736
--gecos '' \
3837
"${username}"
3938
fi

0 commit comments

Comments
 (0)