test
This commit is contained in:
@@ -4,6 +4,10 @@ if bashio::config.has_value 'clientid'; then
|
||||
bashio::log.info "Set ClientId"
|
||||
fi
|
||||
|
||||
if bashio::config.has_value 'autofind'; then
|
||||
bashio::log.info "Set AUTOFIND"
|
||||
fi
|
||||
|
||||
#TEST
|
||||
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}
|
||||
#my_array=($(bashio::config 'usbdevices'))
|
||||
|
||||
5
vhclient/rootfs/etc/s6-overlay/s6-rc.d/http/run
Executable file
5
vhclient/rootfs/etc/s6-overlay/s6-rc.d/http/run
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
echo "Hello world!"
|
||||
|
||||
python3 -m http.server 8000
|
||||
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/http/type
Normal file
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/http/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
||||
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/http/up
Normal file
1
vhclient/rootfs/etc/s6-overlay/s6-rc.d/http/up
Normal file
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/http/run
|
||||
Reference in New Issue
Block a user