While running `box-sync setup` we should set SUID bit to mount.davfs allowing regular usage of `box-sync` without requiring root privileges: ``` sudo chmod u+s /sbin/mount.davfs ``` This change should fix #2
While running
box-sync setupwe should set SUID bit to mount.davfs allowing regular usage ofbox-syncwithout requiring root privileges:This change should fix #2