fix long login times

master
Jan 2021-05-21 08:55:59 +00:00
parent ff598cffe1
commit f8d012a4a5
1 changed files with 1 additions and 1 deletions

View File

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