We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8231dc8 commit fa5f119Copy full SHA for fa5f119
pkg/cidata/cidata.TEMPLATE.d/boot/02-wsl2-setup.sh
@@ -8,6 +8,7 @@
8
[ "$LIMA_CIDATA_VMTYPE" = "wsl2" ] || exit 0
9
10
# create user
11
+# shellcheck disable=SC2153
12
useradd -u "${LIMA_CIDATA_UID}" "${LIMA_CIDATA_USER}" -c "${LIMA_CIDATA_COMMENT}" -d "${LIMA_CIDATA_HOME}" -m -s "${LIMA_CIDATA_SHELL}"
13
LIMA_CIDATA_GID=$(id -g "${LIMA_CIDATA_USER}")
14
mkdir "${LIMA_CIDATA_HOME}"/.ssh/
0 commit comments