rc: unicode whitespace in previous

This commit is contained in:
Franco Fichtner 2016-05-23 08:36:57 +02:00
parent 68d539af4f
commit 02c5681be0

View File

@ -37,7 +37,7 @@ while read FS_PART FS_MNT FS_TYPE FS_MORE; do
if [ "${FS_TRIM}" = "yes" ]; then
# appending "# notrim" to the /etc/fstab entry
# will allow to strip trim and leave it disabled
if echo "${FS_MORE}" | grep -iq notrim; then
if echo "${FS_MORE}" | grep -iq notrim; then
tunefs -t disable ${FS_MNT}
else
tunefs -t enable ${FS_MNT}