Skip to content

Commit

Permalink
use log instead of printf
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiepler committed Aug 27, 2023
1 parent 110b5f0 commit 31e64e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-plugins/ssh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function rpi_ssh_run() {
# set owner
rpi_chown_pi "/home/pi/.ssh" "true" || error "chown"
# print pubkey
log " created new pubkey for ${RPI_HOSTNAME}: %s\n" "$(< "${keyname}.pub")"
log " created new pubkey for ${RPI_HOSTNAME}: $(< "${keyname}.pub")"
fi
fi

Expand Down

0 comments on commit 31e64e6

Please sign in to comment.