From 3a8b3789e233efb84e873d95afe80371e7deb496 Mon Sep 17 00:00:00 2001 From: Arthur Roberts Date: Tue, 5 Nov 2024 23:26:40 +0000 Subject: [PATCH] Remove the mount_points --- remount_checker/.gitignore | 1 + remount_checker/mount_points.py | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 remount_checker/.gitignore delete mode 100644 remount_checker/mount_points.py 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') -)