mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 04:27:20 +08:00
10 lines
113 B
Bash
Executable File
10 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
case "${1}" in
|
|
configure)
|
|
chmod 4755 /usr/bin/mergerfs-fusermount
|
|
;;
|
|
esac
|