Browse Source

Merge branch 'bugfix-notifications' into bugfix-backend

unknown 6 years ago
parent
commit
b2f7660550
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/v-backup-user

+ 1 - 0
bin/v-backup-user

@@ -937,6 +937,7 @@ if [ -e "$BACKUP/$user.log" ]; then
     email=$(get_user_value '$CONTACT')
     cat $BACKUP/$user.log |$SENDMAIL -s "$subj" $email $notify
     rm $BACKUP/$user.log
+    $BIN/v-add-user-notification $user "$subj" "$email"
 fi
 
 # Logging