Created
July 29, 2015 20:56
-
-
Save edy/be93ffa54641c2af2ba9 to your computer and use it in GitHub Desktop.
fix for "autofs: ntfs-3g: Unknown option '-s'"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787779 | |
exec /bin/ntfs-3g.orig ${*/-s/} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment