Omit GVFS filesystem in the mount(8) listing. Improve exFAT mount options. Add mount_msdosfs(8) fallback fix. Set caja as file manager in example config. Add version argument.
This commit is contained in:
parent
5d83c0efe0
commit
d783cb4823
|
|
@ -137,7 +137,7 @@ EOF
|
||||||
|
|
||||||
if [ "${1}" = "--version" -o "${1}" = "-version" -o "${1}" = "version" ]
|
if [ "${1}" = "--version" -o "${1}" = "-version" -o "${1}" = "version" ]
|
||||||
then
|
then
|
||||||
echo "automount 1.5.7 2018/06/13"
|
echo "automount 1.5.8 2018/06/13"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue