Test commit for refactored update()
This commit is contained in:
@@ -1581,7 +1581,7 @@ update() {
|
|||||||
# Acquire the latest version of the script
|
# Acquire the latest version of the script
|
||||||
if ! download "$SCRIPT_URL" "$tmp"; then
|
if ! download "$SCRIPT_URL" "$tmp"; then
|
||||||
err "Failed to download the latest script."
|
err "Failed to download the latest script."
|
||||||
rm -f "$tmp"
|
execute rm -f "$tmp"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user