From 38899306724e343dba2e911306ea0d4cf8163554 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 3 Jan 2021 13:34:18 -0700 Subject: [PATCH] Added caffeination to restore process Restoration from backup can take a while so this ensures the machine doesn't go to sleep during this process. --- lib/options.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/options.sh b/lib/options.sh index 9a42d79..7218ef0 100644 --- a/lib/options.sh +++ b/lib/options.sh @@ -39,6 +39,7 @@ process_option() { bin/setup_software clean_work_path;; 'R') + caffeinate_machine bin/restore_backup;; 'c') verify_homebrew_formulas