Skip to content

Commit

Permalink
Merge pull request #177 from SebastianThorn/patch-1
Browse files Browse the repository at this point in the history
Add root-slash for rm
  • Loading branch information
pb82 authored Jan 30, 2024
2 parents 181fa07 + 68208cb commit 024dfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The endpoint for the metrics is `<url>/<http_relative_path>/realms/<realm>/metri
```c
$ /opt/jboss/keycloak/bin/kcadm.sh config credentials --server http://localhost:8080/auth --realm master --user $KEYCLOAK_USER --password $KEYCLOAK_PASSWORD
$ /opt/jboss/keycloak/bin/kcadm.sh update events/config -s "eventsEnabled=true" -s "adminEventsEnabled=true" -s "eventsListeners+=metrics-listener"
$ usr/bin/rm -f /opt/jboss/.keycloak/kcadm.config
$ /usr/bin/rm -f /opt/jboss/.keycloak/kcadm.config
```

### PushGateway
Expand Down

0 comments on commit 024dfe8

Please sign in to comment.