Skip to content
Snippets Groups Projects
Commit 94795fe3 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

fix

parent f8cdfb7e
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ while IFS= read -r line; do ...@@ -30,7 +30,7 @@ while IFS= read -r line; do
matched=1 && matched=1 &&
break break
done done
[[ $matched == 0 ]] && echo "Warning: kernel line '$line' doesnt match ANY entry in /etc/shared-bootdir-helper-multi-kparam.cfg" && exit 2 [[ $matched == 0 ]] && echo "Warning: kernel line '$line' doesnt match ANY entry in /etc/shared-bootdir-helper-multi-kparam.cfg"
fi fi
[[ $matched == 0 ]] && echo "$line" >> "$tmpfile" [[ $matched == 0 ]] && echo "$line" >> "$tmpfile"
done < "$inputfile" || exit $? done < "$inputfile" || exit $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment