mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
NOTIFY_ADMIN_FULL_BACKUP2
This commit is contained in:
parent
57ee689651
commit
16f5b0c117
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ done
|
|||
if [ ! -z "$NOTIFY_ADMIN_FULL_BACKUP" ]; then
|
||||
cat $log |$SENDMAIL -s "Full backup report for $HOSTNAME; status=$FINAL_STATUS" "$NOTIFY_ADMIN_FULL_BACKUP" 'yes'
|
||||
fi
|
||||
if [ ! -z "$NOTIFY_ADMIN_FULL_BACKUP2" ]; then
|
||||
cat $log |$SENDMAIL -s "Full backup report for $HOSTNAME; status=$FINAL_STATUS" "$NOTIFY_ADMIN_FULL_BACKUP2" 'yes'
|
||||
fi
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Vesta #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue