mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 15:18:22 +00:00
enhancement(lint): Fix lint errors for preboot.sh
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
15cc543253
commit
c91cfd361c
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue