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,4 @@
mount_points = (
# ('/mnt/external', 'mount /mnt/external')
# ('/mnt/network_drive', 'cd /mnt; mount network_drive')
)