diff options
| author | Hamidreza <70919649+hamid-gh98@users.noreply.github.com> | 2023-07-20 21:18:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 21:18:55 +0300 |
| commit | e63d2644bda11e498dc909c7c144fdf458cf8eb1 (patch) | |
| tree | 581a71ce57b0fbbc9e00e77391d247a578414261 /DockerEntrypoint.sh | |
| parent | 56e4d13179781aee81a32ac6779ad5497f975bf3 (diff) | |
Fix fail2ban inside DockerEntrypoint.sh
Diffstat (limited to 'DockerEntrypoint.sh')
| -rw-r--r-- | DockerEntrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DockerEntrypoint.sh b/DockerEntrypoint.sh index 26083c5d..9ebcd1d6 100644 --- a/DockerEntrypoint.sh +++ b/DockerEntrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start fail2ban -fail2ban-client -x -f start +fail2ban-client -x start # Run x-ui exec /app/x-ui |
