autotrash
autotrash copied to clipboard
Return 0 as exit code if `autotrash --install` is successful
It seemed a bit odd to me to use non-zero exit code when the service gets successfully installed since it makes it impossible to detect whether there was actually an error during service installation or not.
I run autotrash --install
when bootstrapping my system with Ansible and while I can set it to ignore the exit code, I would rather not have to.