kenfallon / fix-ssh-on-pi

Safely enabling ssh in the default Raspberry Pi OS (previously called Raspbian) Image
MIT License
80 stars 36 forks source link

using $sdcard_mount everywhere #14

Closed derabbink closed 2 years ago

derabbink commented 2 years ago

The fix-ssh-on-pi.bash script referred to the /mnt/sdcard mount point by a literal path in some places, instead of the $sdcard_mount variable that's assigned at the start.

kenfallon commented 2 years ago

Great - thanks.