From 02c5681be01e3cf02ea7730e6c9d33a15063ef33 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 23 May 2016 08:36:57 +0200 Subject: [PATCH] rc: unicode whitespace in previous --- src/etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc b/src/etc/rc index 638bfddce..4dd1c9558 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -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}