This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
mergerfs
mirror of
https://github.com/trapexit/mergerfs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1116
Commits
31
Branches
95
Tags
39 MiB
C++
83.9%
C
15.5%
Makefile
0.3%
Python
0.2%
Tree:
5152c63480
mergerfs
/
debian
/
mergerfs.postinst
9 lines
113 B
Raw
Blame
History
#!/bin/sh
set
-e
case
"
${
1
}
"
in
configure
)
chmod
4755
/usr/bin/mergerfs-fusermount
;
;
esac
Reference in new issue