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}