Remove the mount_points

This commit is contained in:
2024-11-05 23:26:40 +00:00
parent 8130d82b4c
commit 3a8b3789e2
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
mount_points.py
-5
View File
@@ -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')
)