We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11eb867 + adcecbe commit b2f7660Copy full SHA for b2f7660
1 file changed
bin/v-backup-user
@@ -937,6 +937,7 @@ if [ -e "$BACKUP/$user.log" ]; then
937
email=$(get_user_value '$CONTACT')
938
cat $BACKUP/$user.log |$SENDMAIL -s "$subj" $email $notify
939
rm $BACKUP/$user.log
940
+ $BIN/v-add-user-notification $user "$subj" "$email"
941
fi
942
943
# Logging
0 commit comments