소스 검색

Show mediacenter install on RHEL

bryan 2 년 전
부모
커밋
e6a8e8d77c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      installJRMC

+ 2 - 2
installJRMC

@@ -240,7 +240,7 @@ init() {
 
     declare -g ID RPM_MGR
 
-    echo "Running installJRMC, this may take a while"
+    echo "Starting installJRMC..."
     debug || echo "To enable debugging output, use --debug or -d"
 
     if [[ -e "/etc/os-release" ]]; then
@@ -529,7 +529,7 @@ installMCFromRepo() {
     fi
 
     declare pkg_install_cmd="installPackage --skip-check-installed --allow-downgrades --no-gpg-check $MCPKG"
-    debug "$pkg_install_cmd" || pkg_install_cmd+=" &>/dev/null"
+    debug "$pkg_install_cmd"
     if ! eval "$pkg_install_cmd"; then
         err "Package install failed!"
         return 1