mirror of
https://github.com/tw93/Mole.git
synced 2026-02-10 17:49:18 +00:00
chore: auto format code
This commit is contained in:
@@ -214,7 +214,7 @@ clean_time_machine_failed_backups() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Skip if backup is running (check actual Running status, not just daemon existence)
|
# Skip if backup is running (check actual Running status, not just daemon existence)
|
||||||
if tmutil status 2>/dev/null | grep -q "Running = 1"; then
|
if tmutil status 2> /dev/null | grep -q "Running = 1"; then
|
||||||
if [[ "$spinner_active" == "true" ]]; then
|
if [[ "$spinner_active" == "true" ]]; then
|
||||||
stop_section_spinner
|
stop_section_spinner
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user