diff --git a/sshd-login.sh b/sshd-login.sh index db91259..f40350b 100644 --- a/sshd-login.sh +++ b/sshd-login.sh @@ -36,5 +36,5 @@ EOM esac if [ -n "$PAYLOAD" ] ; then - curl -X POST -H 'Content-Type: application/json' -d "$PAYLOAD" "$WEBHOOK_URL" + curl -X POST -H 'Content-Type: application/json' -d "$PAYLOAD" "$WEBHOOK_URL" & fi \ No newline at end of file