mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-07 14:23:11 +01:00
MDM script correction
I seems to have seen that `caffeinate` is not really stopped, so I added `pkill caffeinate`.
This commit is contained in:
@@ -9,6 +9,7 @@ what="valuesfromarguments" # enter the software to install
|
||||
caffeinatepid=$!
|
||||
caffexit () {
|
||||
kill "$caffeinatepid"
|
||||
pkill caffeinate
|
||||
exit $1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user