Explorar el Código

Improve ssl cert symlinking

bryan hace 2 años
padre
commit
7edc328cf1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -755,7 +755,7 @@ symlinkCerts() {
         ln_cmd="sudo ln -fs /var/lib/ca-certificates/ca-bundle.pem $mc_cert_link" # For SUSE
     fi
     
-    debug "$ln_cmd" || cr_cmd+=" &>/dev/null"
+    debug "$ln_cmd" || ln_cmd+=" &>/dev/null"
     if ! eval "$ln_cmd"; then
         err "Symlinking certificates failed"
         return 1