1
0

Test commit for refactored update()

Dieser Commit ist enthalten in:
2024-11-04 14:22:36 -05:00
Ursprung 322c65e191
Commit c6dfd62036

Datei anzeigen

@@ -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