From b96faeef15186b4c726ff2ad8c511f84779a46db Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Tue, 1 Jun 2021 19:39:26 +0200
Subject: [PATCH] use exit 64 for the script

---
 acme-downloader.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acme-downloader.sh b/acme-downloader.sh
index 66d24c3..9f692b7 100755
--- a/acme-downloader.sh
+++ b/acme-downloader.sh
@@ -228,5 +228,5 @@ echo "installed: ${FULLCHAIN_DESTINATION}"
 echo "installed: ${CA_DESTINATION}"
 echo "installed: ${KEY_DESTINATION}"
 
-# exiting 1: if we are here we need to reload our service
-exit 1
+# exiting 64: if we are here we need to reload our service
+exit 64
-- 
GitLab