diff options
author | Leonard Kugis <leonard@kug.is> | 2025-09-15 15:53:03 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-09-15 15:53:03 +0000 |
commit | 7cb13b3ef23299e2b0639a6694a75a23bafa5f4a (patch) | |
tree | dbe349157443d2e6dbe69ae84b24169473fa4e10 /module.prop | |
parent | c9a8550a26f81ce131bc1620a8ee2f893825ee90 (diff) | |
download | multi-mount-7cb13b3ef23299e2b0639a6694a75a23bafa5f4a.tar.gz |
Forked, added SU_OPTIONS
su_options are now configurable for each mount.
They will be applied in 'su ${SU_OPTIONS} -c "<mount command>"'.
This way, special options like '--master-mount' can be injected.
Diffstat (limited to 'module.prop')
-rw-r--r-- | module.prop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module.prop b/module.prop index 44fd98e..804bfa4 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=multi-mount name=Multi-Mount -version=v1.0.0 +version=v1.1.0 versionCode=1 -author=clifforama +author=lionheart1810 description=Mounts one or more filesystems (e.g. CIFS/SMB, NFS, etc.) |