Skip to content

Commit

Permalink
provision.sh: mount name is uppercase on current r1beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Nov 9, 2024
1 parent 77166c5 commit ede1135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configure_boot_scripts() {
cat <<EOF >> "$script"
#!/bin/bash
RESOURCES_MOUNT_PATH='/no name'
RESOURCES_MOUNT_PATH='/NO NAME'
install_authorized_keys() {
SSH_DIR="/boot/${SECONDARY_USER_USERNAME}/config/settings/ssh"
Expand Down

0 comments on commit ede1135

Please sign in to comment.