mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-14 19:38:04 +02:00
Working
This commit is contained in:
@@ -47,5 +47,5 @@
|
||||
},
|
||||
"slug": "portainer_agent",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.18.2-test3"
|
||||
"version": "2.18.2-2"
|
||||
}
|
||||
@@ -6,6 +6,8 @@
|
||||
# ==============================================================================
|
||||
bashio::require.unprotected
|
||||
|
||||
bashio::log.info "Starting app"
|
||||
|
||||
# Launch app
|
||||
cd /app || true
|
||||
./agent "$PORTAINER_AGENT_ARGS"
|
||||
./agent "$PORTAINER_AGENT_ARGS" || ./agent
|
||||
|
||||
Reference in New Issue
Block a user