From 4c4efbd6ae08783e043611cbeef372d92cffbdd1 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 11 Apr 2022 23:08:36 +0100 Subject: [PATCH] Change Error to Warning: Make (') in vars-file non-fatal Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 40b9ef8..d42ea80 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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