diff options
author | clifforama <clifforama@users.noreply.github.com> | 2021-11-03 18:34:12 -0400 |
---|---|---|
committer | clifforama <clifforama@users.noreply.github.com> | 2021-11-03 18:34:12 -0400 |
commit | c9a8550a26f81ce131bc1620a8ee2f893825ee90 (patch) | |
tree | 76b73aaab50c44848a0e0e420add23094d910cec /README.md | |
parent | 36a1d9a55459f65740f7f39582b753339efc17dc (diff) | |
download | multi-mount-c9a8550a26f81ce131bc1620a8ee2f893825ee90.tar.gz |
Trivial edits to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ This Magisk module mounts one or more filesystems (e.g. CIFS/SMB, NFS, etc.). ## Notes -- Every distinct mount requires its own config file. E.g. to mount multiple CIFS shares, create multiple config files +- Every distinct mount requires its own config file. So, to mount multiple CIFS shares, create multiple config files (e.g. `cifs-1.conf`, `cifs-2.conf`, etc.). Filenames are arbitrary, but must end in `.conf`. - Config files are read at boot. Reboot for changes to take effect. |