mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 20:42:07 +00:00

Some checks failed
Release 3X-UI / build (386) (push) Has been cancelled
Release 3X-UI / build (amd64) (push) Has been cancelled
Release 3X-UI / build (arm64) (push) Has been cancelled
Release 3X-UI / build (armv5) (push) Has been cancelled
Release 3X-UI / build (armv6) (push) Has been cancelled
Release 3X-UI / build (armv7) (push) Has been cancelled
Release 3X-UI / build (s390x) (push) Has been cancelled
7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/sh
|
|
|
|
# Start fail2ban
|
|
[ $XUI_ENABLE_FAIL2BAN == "true" ] && fail2ban-client -x start
|
|
|
|
# Run x-ui
|
|
exec /app/x-ui
|