Change Error to Warning: Make (') in vars-file non-fatal
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
75bc3d1ed5
commit
4c4efbd6ae
@ -2135,10 +2135,10 @@ recommended - please remove it from there before continuing.
|
|||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
if grep -q "'" "$vars"; then
|
if grep -q "'" "$vars"; then
|
||||||
die "
|
warn "
|
||||||
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 supported in the configuration file.
|
||||||
Please remove it before continuing.
|
Sourcing the vars file will probably fail ..
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user