1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-07 19:44:18 +00:00

fix: remove Time Machine mount check

This commit is contained in:
Jack Phallen
2026-01-11 09:58:43 -05:00
parent 54be4e30a2
commit a994e9b406
2 changed files with 3 additions and 25 deletions

View File

@@ -126,7 +126,6 @@ tmutil() {
start_section_spinner(){ :; }
stop_section_spinner(){ :; }
tm_is_running(){ return 1; }
tm_snapshots_mounted(){ return 1; }
DRY_RUN="false"
clean_local_snapshots
@@ -157,7 +156,6 @@ start_section_spinner(){ :; }
stop_section_spinner(){ :; }
note_activity(){ :; }
tm_is_running(){ return 1; }
tm_snapshots_mounted(){ return 1; }
DRY_RUN="true"
clean_local_snapshots
@@ -193,7 +191,6 @@ start_section_spinner(){ :; }
stop_section_spinner(){ :; }
note_activity(){ :; }
tm_is_running(){ return 1; }
tm_snapshots_mounted(){ return 1; }
unset -f read_key