Remove nodefs in mount options
This commit is contained in:
parent
6749ff550c
commit
ec2af18cd4
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
. ../APKBUILD-openrc.template
|
. ../APKBUILD-openrc.template
|
||||||
|
|
||||||
pkgrel=0
|
pkgrel=2
|
||||||
depends="redxen-secret-seedbox-mount cifs-utils"
|
depends="redxen-secret-seedbox-mount cifs-utils"
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
7121650745833720af58e583af30d04f7f2756cb2cd17f682c8220859b309c8a79cb2315b4d7db7cadc24c23836df7f71f7d0b9142256b0708112f1de87bb601 runfile
|
27ed4d12440090805082f431cec8b286eedd7616cde55fe5d7812d16b2324ef623495b04444af24bcb07b772b1eab16498089f561776feb7799df896e91c16a6 runfile
|
||||||
b0de4ab3bb8b039b6609a92f2fe8bb42f4bdad0d777e4281f34becd6269e5a8cb99a5c15cb5fc0b5e86ff04ddfeff2032311452aa986debc2def0e146cf7d050 conffile
|
b0de4ab3bb8b039b6609a92f2fe8bb42f4bdad0d777e4281f34becd6269e5a8cb99a5c15cb5fc0b5e86ff04ddfeff2032311452aa986debc2def0e146cf7d050 conffile
|
||||||
"
|
"
|
||||||
|
@ -12,8 +12,8 @@ start_pre() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
mount -t cifs -o credentials="$creds",rw,cache=none,nodfs,seal,uid="$(id -u transmission)",gid="$(id -g transmission)",dir_mode=0755,file_mode=0644 "$endpoint" "$mountpath" || stop
|
mount -t cifs -o credentials="$creds",rw,seal,cache=none,uid="$(id -u transmission)",gid="$(id -g transmission)",dir_mode=0755,file_mode=0644 "$endpoint" "$mountpath"
|
||||||
mount --bind "${mountpath}" /sftp-chroot"${mountpath}" || stop
|
mount --bind "${mountpath}" /sftp-chroot"${mountpath}"
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user