diff options
Diffstat (limited to 'rhautoimport')
-rwxr-xr-x | rhautoimport | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rhautoimport b/rhautoimport index 1ffd50f..4901dc2 100755 --- a/rhautoimport +++ b/rhautoimport @@ -69,6 +69,9 @@ fi 0) bsd-mailx -a "Content-Type: text/plain; charset=utf-8" -s "$TITLE - Imported Successfully" $MAIL_TO < $LOG_FILE ;; + 23) + bsd-mailx -a "Content-Type: text/plain; charset=utf-8" -s "$TITLE - Imported Successfully (partially failed - check log!)" $MAIL_TO < $LOG_FILE + ;; 42) # do nothing - the script didn't import anything but no message should be sent ;; |