mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 16:20:08 +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 output
|
||||||
local ret
|
local ret
|
||||||
output=$(sudo rm -rf "$path" 2>&1)
|
output=$(sudo rm -rf "$path" 2>&1) # safe_remove
|
||||||
ret=$?
|
ret=$?
|
||||||
|
|
||||||
if [[ $ret -eq 0 ]]; then
|
if [[ $ret -eq 0 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user