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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user