You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,13 @@ sudo ./install.sh
43
43
44
44
### Start
45
45
46
-
If your bouncer run on the same machine as your crowdsec local API, you can start the service directly since the `install.sh` took care of the configuration.
46
+
If your bouncer runs on the same machine as your crowdsec local API, you can start the service directly since the `install.sh` took care of the configuration.
47
47
```sh
48
48
sudo systemctl start cs-custom-bouncer
49
49
```
50
50
51
51
## Upgrade
52
52
53
-
## Upgrade
54
-
55
53
If you already have `cs-custom-bouncer` installed, please download the [latest release](https://github.com/crowdsecurity/cs-custom-bouncer/releases) and run the following commands to upgrade it:
0 commit comments