fix long login times
This commit is contained in:
parent
ff598cffe1
commit
f8d012a4a5
|
@ -36,5 +36,5 @@ EOM
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "$PAYLOAD" ] ; then
|
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
|
fi
|
Loading…
Reference in a new issue