Commit 184c7382 authored by Franco Fichtner's avatar Franco Fichtner

rc: stray unicode whitespace

parent a145de62
...@@ -37,7 +37,7 @@ while read FS_PART FS_MNT FS_TYPE FS_MORE; do ...@@ -37,7 +37,7 @@ while read FS_PART FS_MNT FS_TYPE FS_MORE; do
if [ "${FS_TRIM}" = "yes" ]; then if [ "${FS_TRIM}" = "yes" ]; then
# appending "# notrim" to the /etc/fstab entry # appending "# notrim" to the /etc/fstab entry
# will allow to strip trim and leave it disabled # 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} tunefs -t disable ${FS_MNT}
else else
tunefs -t enable ${FS_MNT} tunefs -t enable ${FS_MNT}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment