conky rings: exit 0 even if killing conky failed

pull/884/head
Botspot 3 years ago
parent 4e256a474d
commit 0b350db111

@ -12,3 +12,5 @@ function error {
rm -f ~/.config/autostart/conky.desktop ~/.conky-rings.lua ~/.conkyrc || error "Failed to remove autostart file or .conkyrc or .conky-rings.lua!"
killall conky 2>/dev/null
exit 0

Loading…
Cancel
Save