mirror of
https://github.com/myvesta/vesta
synced 2025-07-07 21:41:51 -07:00
Update v-backup-users
This commit is contained in:
parent
b98cdf75fe
commit
79e9871abd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ for user in $(grep '@' /etc/passwd |cut -f1 -d:); do
|
|||
done
|
||||
|
||||
if [ ! -z "$NOTIFY_ADMIN_FULL_BACKUP" ]; then
|
||||
cat $log |$SENDMAIL -s "Full backup report; status=$FINAL_STATUS" $NOTIFY_ADMIN_FULL_BACKUP 'yes'
|
||||
cat $log |$SENDMAIL -s "Full backup report for $HOSTNAME; status=$FINAL_STATUS" "$NOTIFY_ADMIN_FULL_BACKUP" 'yes'
|
||||
fi
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue