소스 검색

Cleanup output

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

+ 1 - 2
installJRMC

@@ -1655,8 +1655,7 @@ update_self() {
 
     # Compare versions and update if necessary
     if [[ $SCRIPT_VERSION < $remote_version ]]; then
-        echo "Current installJRMC version: $SCRIPT_VERSION"
-        echo "Latest installJRMC version: $remote_version. Updating..."
+        echo "Updating installJRMC $SCRIPT_VERSION to $remote_version"
         execute mv "$tmp" "$SCRIPT_PATH"
         execute chmod +x "$SCRIPT_PATH"
         exec "$SCRIPT_PATH" "$@" "--no-self-update"