chore: X_UI_ENABLE_FAIL2BAN -> XUI_ENABLE_FAIL2BAN (#3030)

This commit is contained in:
Shishkevich D.
2025-05-22 13:21:23 +07:00
committed by GitHub
parent 1b1cbfff42
commit 5dae785786
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Start fail2ban
[ $X_UI_ENABLE_FAIL2BAN == "true" ] && fail2ban-client -x start
[ $XUI_ENABLE_FAIL2BAN == "true" ] && fail2ban-client -x start
# Run x-ui
exec /app/x-ui