mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-30 06:46:17 +00:00
removed double ;;
This commit is contained in:
parent
13ff378280
commit
a4891320aa
1 changed files with 1 additions and 1 deletions
2
x-ui.sh
2
x-ui.sh
|
@ -701,7 +701,7 @@ iplimit_main() {
|
|||
iplimit_main ;;
|
||||
3)
|
||||
fail2ban-client reload --restart --unban 3x-ipl
|
||||
echo -e "${green}All users Unbanned successfully.${plain}" ;;
|
||||
echo -e "${green}All users Unbanned successfully.${plain}"
|
||||
iplimit_main ;;
|
||||
4)
|
||||
if test -f "/var/log/3xipl-banned.log"; then
|
||||
|
|
Loading…
Reference in a new issue