.osx: Revert to plain killall without -HUP

This reverts commit 07cd2632f5.

Ref. #469.
This commit is contained in:
Mathias Bynens
2014-12-19 09:36:33 +01:00
parent 07cd2632f5
commit 0866ff78fd
Vendored
+1 -1
View File
@@ -745,6 +745,6 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true
for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \
"Dock" "Finder" "Mail" "Messages" "Safari" "SizeUp" "SystemUIServer" \
"Terminal" "Transmission" "Twitter" "iCal"; do
killall -HUP "${app}" > /dev/null 2>&1
killall "${app}" > /dev/null 2>&1
done
echo "Done. Note that some of these changes require a logout/restart to take effect."