Browse Source

Fix installMCGENERIC return

bryan 2 years ago
parent
commit
185f606a38
1 changed files with 1 additions and 0 deletions
  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
 }