Explorar el Código

Fix installMCGENERIC return

bryan hace 2 años
padre
commit
185f606a38
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -873,6 +873,7 @@ installMCGENERIC() {
     sudo cp -a ./usr/* /usr/
     popd -1 &>/dev/null || return
     popd &>/dev/null || return
+    return 0
 }