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:
vermaden 2018-06-13 06:14:54 +02:00
parent 05b19538f8
commit 5a204c4f8b
3 changed files with 3 additions and 3 deletions

View File

@ -135,9 +135,9 @@ EOF
exit 0
}
if [ "${1}" = "--version" -o "${1}" = "-version" ]
if [ "${1}" = "--version" -o "${1}" = "-version" -o "${1}" = "version" ]
then
echo "automount 1.5.7 2015/08/02"
echo "automount 1.5.7 2018/06/13"
exit 0
fi

Binary file not shown.

View File

@ -1,7 +1,7 @@
USERUMOUNT=YES
ATIME=NO
REMOVEDIRS=YES
FM="nautilus --browser --no-desktop"
FM="caja --browser --no-desktop"
USER=vermaden
ENCODING=pl_PL.ISO8859-2
CODEPAGE=cp852