This commit is contained in:
Adnan Hajdarevic 2020-11-19 22:19:10 +01:00
parent 528805584d
commit 8431357269

View File

@ -23,7 +23,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
<details> <details>
<summary>script.sh</summary> <summary>script.sh</summary>
```sh ```
#!/bin/bash #!/bin/bash
ip=$1 ip=$1
@ -34,7 +34,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
<details> <details>
<summary>prehook.sh</summary> <summary>prehook.sh</summary>
```sh ```
#!/bin/bash #!/bin/bash
context=$(cat) context=$(cat)
@ -47,7 +47,7 @@ _Make sure you have the `jq` command available, as we're using it to parse the J
<details> <details>
<summary>hooks.json</summary> <summary>hooks.json</summary>
```json ```
[ [
{ {
"id": "log-ip", "id": "log-ip",