fix(macos): fix crash when app cannot be killed
This commit is contained in:
parent
7d43b4db1a
commit
5e45624d6b
1 changed files with 1 additions and 1 deletions
|
@ -787,6 +787,6 @@ for app in "Activity Monitor" \
|
||||||
"Safari" \
|
"Safari" \
|
||||||
"SystemUIServer" \
|
"SystemUIServer" \
|
||||||
"iCal"; do
|
"iCal"; do
|
||||||
killall "${app}" &> /dev/null
|
killall "${app}" &> /dev/null || true
|
||||||
done
|
done
|
||||||
echo "Done. Note that some of these changes require a logout/restart to take effect."
|
echo "Done. Note that some of these changes require a logout/restart to take effect."
|
||||||
|
|
Loading…
Add table
Reference in a new issue