mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 09:46:44 +00:00
fix: add comment for clarity in safe_sudo_remove function
This commit is contained in:
@@ -366,7 +366,7 @@ safe_sudo_remove() {
|
||||
|
||||
local output
|
||||
local ret
|
||||
output=$(sudo rm -rf "$path" 2>&1)
|
||||
output=$(sudo rm -rf "$path" 2>&1) # safe_remove
|
||||
ret=$?
|
||||
|
||||
if [[ $ret -eq 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user