dovecot/service/logger/finish

5 lines
143 B
Plaintext
Raw Permalink Normal View History

2018-12-17 15:59:30 +00:00
#!/bin/sh
echo "${PWD##*/}: Exitted with $1 (signal: $2)"
[ $1 -ne 0 ] && ( echo "${PWD##*/}: rc != 0, sleeping for 5 seconds ..."; sleep 5 )