diff --git a/livekitlib b/livekitlib index 2f3e89f..d0123ee 100644 --- a/livekitlib +++ b/livekitlib @@ -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 }