Explorar el Código

Add parseInput debug

bryan hace 1 mes
padre
commit
6afbff713e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -307,6 +307,7 @@ parseInput() {
             --debug | -d | -y | --yes | --auto | --mcrepo | --mcversion | \
             --arch | --betapass | --restorefile | --outputdir)
                 if  [[ $ID != "unknown" ]]; then
+                    debug "Automatically setting --install repo"
                     REPO_INSTALL_SWITCH=1
                 fi
                 ;;