mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
There's a race between the system mounting the share and the findmnt invocation in the script to determine if the share is already mounted. When findmnt wins the race the script would previously operate as if the share definitely needed to be mounted, and would fail to mount it. Now the script will notice that the share has already been mounted.