Skip to content

Commit

Permalink
Update autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Mar 2, 2025
1 parent 14fa9f7 commit cda6b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ autoinstall:

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

0 comments on commit cda6b41

Please sign in to comment.