Преглед изворни кода

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