udisks2: change >> to > to avoid append on upgrading

The package does not install mount_options.conf.  It has
mount_options.conf.example but we don't use the example.
This commit is contained in:
Xi Ruoyao 2021-12-05 03:03:47 +08:00
parent edd2feb7a8
commit e9dfbc0c26
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -197,7 +197,7 @@ make</userinput></screen>
NTFS3 to allow mounting NTFS filesystems:
</para>
<screen role="root"><userinput>cat &gt;&gt; /etc/udisks2/mount_options.conf &lt;&lt; "EOF"
<screen role="root"><userinput>cat &gt; /etc/udisks2/mount_options.conf &lt;&lt; "EOF"
<literal>[defaults]
ntfs_defaults=uid=$UID,gid=$GID</literal>
EOF</userinput></screen>