Explorar o código

Test commit for refactored update()

bryan hai 5 meses
pai
achega
c6dfd62036
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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