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.
This commit is contained in:
Brooke Kuhlmann
2021-01-03 13:34:18 -07:00
parent 856f51422a
commit 3889930672

View File

@@ -39,6 +39,7 @@ process_option() {
bin/setup_software
clean_work_path;;
'R')
caffeinate_machine
bin/restore_backup;;
'c')
verify_homebrew_formulas