1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 02:04:17 +00:00

fix: improve cache freshness fallback and proxy detection

This commit is contained in:
tw93
2026-02-07 17:48:55 +08:00
parent 9b25260efe
commit e6829b9a5d
10 changed files with 590 additions and 40 deletions

View File

@@ -365,7 +365,7 @@ safe_sudo_remove() {
fi
local output
local ret
local ret=0
output=$(sudo rm -rf "$path" 2>&1) || ret=$? # safe_remove
if [[ $ret -eq 0 ]]; then