From 1844ec10afc357dbdf73fa89ca756e346612f7e3 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 8 Apr 2022 20:02:30 +0100 Subject: [PATCH] Remove old comment for upgrade function Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 4 ---- 1 file changed, 4 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index be0e4b6..87c7b5f 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -3012,10 +3012,6 @@ trap "exit 3" 3 trap "exit 6" 6 trap "exit 14" 15 -# Upgrade: EasyRSA v2.x to EasyRSA v3.x -# Upgrade: EasyRSA < v3.0.6 to v3.0.6+ -#up23_manage_upgrade_23 - # determine how we were called, then hand off to the function responsible case "$cmd" in init-pki|clean-all)