mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-03 20:00:32 +02:00
update
This commit is contained in:
@@ -16,7 +16,7 @@ if [ -f /config/addons_autoscripts/"${slug}".sh ]; then
|
|||||||
bashio::log.info "... script found, executing"
|
bashio::log.info "... script found, executing"
|
||||||
# Convert scripts to linux
|
# Convert scripts to linux
|
||||||
dos2unix /config/addons_autoscripts/"${slug}".sh || true
|
dos2unix /config/addons_autoscripts/"${slug}".sh || true
|
||||||
chmod +x /config/addons_autoscripts/"${slug}".sh
|
chmod +x /config/addons_autoscripts/"${slug}".sh || true
|
||||||
/./config/addons_autoscripts/"${slug}".sh
|
/./config/addons_autoscripts/"${slug}".sh
|
||||||
else
|
else
|
||||||
bashio::log.info "... no script found"
|
bashio::log.info "... no script found"
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
"9001/tcp": "Portainer agent"
|
"9001/tcp": "Portainer agent"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"AGENT_CLUSTER_ADDR": "str",
|
"AGENT_CLUSTER_ADDR": "str?",
|
||||||
"AGENT_CLUSTER_PROBE_INTERVAL": "str?",
|
"AGENT_CLUSTER_PROBE_INTERVAL": "str?",
|
||||||
"AGENT_CLUSTER_PROBE_TIMEOUT": "str?",
|
"AGENT_CLUSTER_PROBE_TIMEOUT": "str?",
|
||||||
"AGENT_SECRET": "str?",
|
"AGENT_SECRET": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user