diff --git a/preboot.sh b/preboot.sh index 69637a9..b79fee1 100644 --- a/preboot.sh +++ b/preboot.sh @@ -1,9 +1,9 @@ set -a && source .env && set +a node -e "console.log(Date.now())" > boot_stamp curl -X POST "https://slack.com/api/chat.postMessage" \ - -H "Authorization: Bearer $SLACK_BOT_TOKEN" \ - -H "Content-Type: application/json" \ - -d '{ + -H "Authorization: Bearer $SLACK_BOT_TOKEN" \ + -H "Content-Type: application/json" \ + -d '{ "channel": "C07LEEB50KD", "text": "Zeon is booting up", }'