mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 10:33:09 +02:00
5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
PORT=$(yq '.port' /misskey/.config/default.yml)
|
||
|
curl -s -S -o /dev/null "http://localhost:${PORT}"
|