dunst: avoid error on missing dunst process
(cherry picked from commit 55100918cc
)
This commit is contained in:
parent
3c429c2462
commit
9f013a8fb8
|
@ -162,7 +162,7 @@ in
|
|||
if [[ -v VERBOSE ]]; then
|
||||
pkillVerbose="-e"
|
||||
fi
|
||||
$DRY_RUN_CMD ${pkgs.procps}/bin/pkill -u $USER $pkillVerbose dunst
|
||||
$DRY_RUN_CMD ${pkgs.procps}/bin/pkill -u $USER $pkillVerbose dunst || true
|
||||
unset pkillVerbose
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue