From b0c100c0064a9a1ec03ae63e5b4ddf98fff96b73 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 7 Dec 2024 16:11:07 -0500 Subject: [PATCH] Make certificate symlinking more robust --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 02a4422..b61952e 100755 --- a/installJRMC +++ b/installJRMC @@ -1096,7 +1096,7 @@ link_ssl_certs() { fi fi done - return 1 # symlink failed + err "Certificate symlinking failed"; return 1 } # @description Restore the mjr license file from MJR_FILE or other common locations