Change Error to Warning: Make (') in vars-file non-fatal

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-04-11 23:08:36 +01:00
parent 75bc3d1ed5
commit 4c4efbd6ae
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -2135,10 +2135,10 @@ recommended - please remove it from there before continuing.
"
fi
if grep -q "'" "$vars"; then
die "
warn "
Single quote (') has been found in the configuration file.
This character is not allowed in the configuration file.
Please remove it before continuing.
This character is not supported in the configuration file.
Sourcing the vars file will probably fail ..
"
fi