diff --git a/checkregistration.sh b/checkregistration.sh index 13e4030..7548cbf 100755 --- a/checkregistration.sh +++ b/checkregistration.sh @@ -1,5 +1,5 @@ cd /home/sigonasr2/GiteaMailNotifications -CURRENT=$(curl -s -D - -o /dev/null 'http://sig.projectdivar.com/api/v1/admin/users' -H 'accept: application/json' -H 'authorization: Basic $(cat .APIKEY)' | grep "X-Total-Count:") +CURRENT=$(curl -s -D - -o /dev/null 'http://sig.projectdivar.com/api/v1/admin/users?token='$(cat .APIKEY) -H 'accept: application/json' | grep "X-Total-Count:") PREVIOUS=$(cat registeredusers.data) if [ "$CURRENT" != "$PREVIOUS" ]; then ./notifyregistration.sh