Skip to content

Commit

Permalink
Fix x-ui.sh bug #778
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-gh98 committed Jul 19, 2023
1 parent 65e35c1 commit 8050330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ iplimit_main() {
2)
read -rp "Please enter new Ban Duration in Minutes [default 5]: " NUM
if [[ $NUM =~ ^[0-9]+$ ]]; then
create_iplimit_jail ${NUM}
create_iplimit_jails ${NUM}
systemctl restart fail2ban
else
echo -e "${red}${NUM} is not a number! Please, try again.${plain}"
Expand Down

0 comments on commit 8050330

Please sign in to comment.