From d28b2edfb02daea9caca8bd54a5facf364f0c65a Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Fri, 10 Jan 2020 17:08:13 +0000 Subject: [PATCH] Ignore serial.old Signed-off-by: Richard Bonhomme --- easyrsa3/easyrsa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index fded6f8..6ca1e4b 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1865,8 +1865,8 @@ up23_create_new_pki () up23_verbose ">> Copy database to NEW PKI .." # Failure for these is not optional - # DO NOT DELETE - Files ignored: index.txt.old - for i in index.txt serial serial.old ca.crt index.txt.attr + # Files ignored: index.txt.old serial.old + for i in index.txt serial ca.crt index.txt.attr do cp "$KEY_DIR/$i" "$EASYRSA_PKI" \ || up23_fail_upgrade "Failed to copy $KEY_DIR/$i to $EASYRSA_PKI"