baronbrew / TILTpi

Baron Brew Equipment Official Tilt app for Raspberry Pi
62 stars 18 forks source link

Trying to enable https fails on mkdir /mnt/usb #7

Open billsegall opened 5 years ago

billsegall commented 5 years ago

The full log message: 22 Dec 23:55:57 - [info] [exec:34b160f1.5b1ee] error:Error: Command failed: sudo mkdir /mnt/usb mkdir: cannot create directory �/mnt/usb�: File exists

I think the solution is to have the flow use mkdir -p /mnt/usb.

noahbaron commented 5 years ago

Thanks for this suggestion as well. I was aware of this error but didn't know there was such an elegant solution! I'm planning to upgrade the flow and and and uses the latest raspbian disk image in the next few months so will add this to the upgrade list.