Do not require/use Extended Regular Expression
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
48eee21d2a
commit
75bc3d1ed5
@ -2134,7 +2134,7 @@ file. Storing sensitive information in the configuration file is not
|
|||||||
recommended - please remove it from there before continuing.
|
recommended - please remove it from there before continuing.
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
if grep -Eq \' "$vars"; then
|
if grep -q "'" "$vars"; then
|
||||||
die "
|
die "
|
||||||
Single quote (') has been found in the configuration file.
|
Single quote (') has been found in the configuration file.
|
||||||
This character is not allowed in the configuration file.
|
This character is not allowed in the configuration file.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user