Sfoglia il codice sorgente

Make certificate symlinking more robust

bryan 3 mesi fa
parent
commit
b0c100c006
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      installJRMC

+ 1 - 1
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