소스 검색

Add parseInput debug

bryan 1 개월 전
부모
커밋
6afbff713e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
                 ;;