소스 검색

Return successfully

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

+ 2 - 0
installJRMC

@@ -686,6 +686,7 @@ install_mc_repo() {
   # Unset the trap and remove temporary legacy repository
   trap - EXIT
   [[ -f $TEMP_REPO_FILE ]] && execute sudo rm -f "$TEMP_REPO_FILE"
+  return 0
 }
 
 # @description Acquires the source DEB package from JRiver
@@ -1003,6 +1004,7 @@ install_mc_deb() {
   trap - EXIT
   [[ -f $TEMP_REPO_FILE ]] && execute sudo rm -f "$TEMP_REPO_FILE"
   execute sudo rm -f "$temp_deb"
+  return 0
 }
 
 # @description Installs MC via RPM package