4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/sh
|
|
|
|
curl -H "X-HASSIO-KEY: $HASSIO_TOKEN" -X POST http://hassio/host/shutdown
|