do not use acl on ntfs-3g yet

This commit is contained in:
TomasM
2017-12-14 17:56:02 -05:00
parent 3fceef5583
commit dc2c82afc3
-4
View File
@@ -322,10 +322,6 @@ fs_options()
if [ "$1" = "vfat" ]; then
echo ",check=s,shortname=mixed,iocharset=utf8"
fi
if [ "$1" = "ntfs-3g" ]; then
echo ",acl"
fi
}