This commit is contained in:
Alexandre
2023-05-21 11:53:11 +02:00
parent 07a2c697ea
commit 0135a896ed
3 changed files with 4 additions and 4 deletions

View File

@@ -47,5 +47,5 @@
},
"slug": "portainer_agent",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.18.2-test2"
"version": "2.18.2-test3"
}

View File

@@ -0,0 +1,3 @@
#!/usr/bin/execlineb -S1
s6-svscanctl -t /var/run/s6/services

View File

@@ -6,9 +6,6 @@
# ==============================================================================
bashio::require.unprotected
# Wait for transmission to become available
bashio::net.wait_for 9001 localhost 50
# Launch app
cd /app || true
./agent "$PORTAINER_AGENT_ARGS"