8 lines
80 B
Bash
8 lines
80 B
Bash
#!/bin/sh
|
|
|
|
# Start fail2ban
|
|
fail2ban-client -x start
|
|
|
|
# Run x-ui
|
|
exec /app/x-ui
|