mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
rc: unicode whitespace in previous
This commit is contained in:
parent
68d539af4f
commit
02c5681be0
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user