mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
defaults: don't output Dock PID
This commit is contained in:
parent
48b50b3b13
commit
d32e6de094
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ in
|
|||
|
||||
${optionalString (length dock > 0) ''
|
||||
# Only restart Dock if current user is logged in
|
||||
if pgrep -xu $UID Dock; then
|
||||
if pgrep -xu $UID Dock >/dev/null; then
|
||||
echo >&2 "restarting Dock..."
|
||||
killall Dock || true
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue