We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a67f6 commit 3d8a192Copy full SHA for 3d8a192
usr/sbin/autologinchange
@@ -52,6 +52,7 @@ remove_from_config_section() {
52
fi
53
elif [ "${filter_stage}" = '2' ]; then
54
## TODO: What if remove_line contains special characters?
55
+ ## Use grep instead?
56
if [[ "${line}" =~ ^${remove_line}$ ]]; then
57
line_was_removed="true"
58
continue
0 commit comments