mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
6 lines
138 B
Bash
6 lines
138 B
Bash
#!/bin/bash
|
|
|
|
echo "The server will start. Please wait 30 seconds before the web UI is available. Enjoy !"
|
|
|
|
./usr/src/app/bin/cloudcmd.mjs
|