Skip to content

Commit cda6b41

Browse files
committed
Update autoinstall
1 parent 14fa9f7 commit cda6b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoinstall.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ autoinstall:
120120

121121
# Generate SSH key
122122
- curtin in-target --target=/target -- bash -c '
123-
USERNAME=$(getent passwd 1000 | cut -d':' -f1);
123+
USERNAME=$(getent passwd 1000 | cut -d\':\' -f1);
124124
USER_HOME="/home/$USERNAME";
125125
echo "Detected user $USERNAME";
126126
if [ -d "$USER_HOME" ]; then

0 commit comments

Comments
 (0)