Add remount checker

I should add instructions on how to call it too
This commit is contained in:
2024-11-05 23:15:23 +00:00
parent 45301d64a9
commit 84e37dfd4e
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
mount_points = (
('/mnt/btn', '/usr/bin/mount /mnt/btn'),
('/mnt/ptp', '/usr/bin/mount /mnt/ptp'),
('/mnt/music', '/usr/bin/mount /mnt/music')
)