testing new config varaible
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "Hello world",
|
"name": "Hello world",
|
||||||
"version": "3",
|
"version": "4",
|
||||||
"slug": "hello_world",
|
"slug": "hello_world",
|
||||||
"description": "My first real add-on!",
|
"description": "My first real add-on!",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"options": {},
|
"options": {
|
||||||
"schema": {}
|
"beer": "This is the new string, instead of Hello World!!!"
|
||||||
|
},
|
||||||
|
"schema": {
|
||||||
|
"beer": "str"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/env bashio
|
||||||
|
|
||||||
echo Hello world!
|
BEER=$(bashio::config 'beer')
|
||||||
|
|
||||||
|
echo ${BEER}
|
||||||
Reference in New Issue
Block a user