Keep system awake in live-macOS
This commit is contained in:
parent
4dc5c51beb
commit
2d9032f5b6
1 changed files with 3 additions and 0 deletions
|
|
@ -18,5 +18,8 @@ if ! [ -d /Volumes/RAM_Disk ]; then
|
||||||
fi
|
fi
|
||||||
cd /Volumes/RAM_Disk
|
cd /Volumes/RAM_Disk
|
||||||
|
|
||||||
|
# Stay awake
|
||||||
|
caffeinate -id &
|
||||||
|
|
||||||
# Run cmd
|
# Run cmd
|
||||||
"$1"
|
"$1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue