testing new config varaible
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"name": "Hello world",
|
||||
"version": "3",
|
||||
"slug": "hello_world",
|
||||
"description": "My first real add-on!",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"options": {},
|
||||
"schema": {}
|
||||
}
|
||||
{
|
||||
"name": "Hello world",
|
||||
"version": "4",
|
||||
"slug": "hello_world",
|
||||
"description": "My first real add-on!",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"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