File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
3333- Roundcube fixes for PHP 7.4 compatibility.
3434- Added delay when entering wrong username/password/2fa
3535- Improved "Forgot password" function prevent brute forcing
36+ - Update Backup counter propperly when v-delete-user-backup ran
3637
3738## [ 1.1.1] - 2020-03-24 - Hotfix
3839### Features
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ sed -i "/BACKUP='$2' /d" $USER_DATA/backup.conf
4747# ----------------------------------------------------------#
4848
4949# Update counter
50- U_BACKUPS=$( ls $ BACKUP/ | grep " ^ $user . " | wc -l)
50+ U_BACKUPS=$( grep BACKUP $USER_DATA /backup.conf | wc -l)
5151update_user_value " $user " ' $U_BACKUPS' " $U_BACKUPS "
5252
5353# Logging
You can’t perform that action at this time.
0 commit comments