Webinterface/start.sh

1 line
125 B
Bash
Raw Normal View History

2024-03-27 10:05:41 +00:00
php artisan serve --host $(cat ./config.json | jq .host | sed "s/\"//" | sed "s/\"//") --port $(cat ./config.json | jq .port)