7 lines
107 B
Bash
7 lines
107 B
Bash
#!/usr/bin/with-contenv bashio
|
|
|
|
CONFIG_PATH=/data/options.json
|
|
|
|
NAME="$(bashio::config 'name')"
|
|
|
|
echo $NAME |