fix long login times

This commit is contained in:
Jan 2021-05-21 08:55:59 +00:00
parent ff598cffe1
commit f8d012a4a5

View file

@ -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