Add explicit success exit code when not urgent.

This commit is contained in:
2016-01-02 14:21:58 +01:00
parent 86a22867b0
commit f75cbc83ee

View File

@@ -89,6 +89,7 @@ if (( has_battery )) ; then
printf '%s\n' printf '%s\n'
printf '%s\n' $color printf '%s\n' $color
(( $urgent )) && exit 33 (( $urgent )) && exit 33
exit 0
else else
printf '%s\n' "no battery" printf '%s\n' "no battery"
printf '%s\n' printf '%s\n'