Add remount checker
I should add instructions on how to call it too
This commit is contained in:
5
remount_checker/mount_points.py
Normal file
5
remount_checker/mount_points.py
Normal 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')
|
||||
)
|
||||
Reference in New Issue
Block a user