Adjust macOS Background Script to not prevent deploys (#1741)

This commit is contained in:
Florian Märkl 2019-09-04 21:06:55 +02:00 committed by GitHub
parent 6fe473948b
commit b809400c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,10 +47,10 @@ echo '
close close
open open
update without registering applications update without registering applications
delay 2 delay 20
end tell end tell
end tell end tell
' | osascript || exit 1 ' | osascript || echo "WARNING: Script for .dmg background failed!!!"
echo "Syncing..." echo "Syncing..."
sync || exit 1 sync || exit 1