Explorar el Código

Improve ssl cert symlinking

bryan hace 3 años
padre
commit
eae4a02cb4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -742,7 +742,7 @@ runCreaterepo() {
 symlinkCerts() {
     debug "Running: ${FUNCNAME[0]}"
 
-    declare mc_cert_link="/usr/lib/jriver/Media Center $MVERSION/ca-certificates.crt"
+    declare mc_cert_link="/usr/lib/jriver/Media\ Center\ $MVERSION/ca-certificates.crt"
     declare target_cert ln_cmd
 
     target_cert=$(readlink -f "$mc_cert_link")