diff --git a/remount_checker/.gitignore b/remount_checker/.gitignore new file mode 100644 index 0000000..aefb972 --- /dev/null +++ b/remount_checker/.gitignore @@ -0,0 +1 @@ +mount_points.py diff --git a/remount_checker/mount_points.py b/remount_checker/mount_points.py deleted file mode 100644 index ac2336f..0000000 --- a/remount_checker/mount_points.py +++ /dev/null @@ -1,5 +0,0 @@ -mount_points = ( - ('/mnt/btn', '/usr/bin/mount /mnt/btn'), - ('/mnt/ptp', '/usr/bin/mount /mnt/ptp'), - ('/mnt/music', '/usr/bin/mount /mnt/music') -)