소스 검색

Test commit for refactored update()

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

+ 1 - 1
installJRMC

@@ -1581,7 +1581,7 @@ update() {
     # Acquire the latest version of the script
     if ! download "$SCRIPT_URL" "$tmp"; then
       err "Failed to download the latest script."
-      rm -f "$tmp"
+      execute rm -f "$tmp"
       return 1
     fi