mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 19:31:01 +01:00
test
This commit is contained in:
@@ -47,5 +47,5 @@
|
||||
},
|
||||
"slug": "portainer_agent",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.18.2-test2"
|
||||
"version": "2.18.2-test3"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/execlineb -S1
|
||||
|
||||
s6-svscanctl -t /var/run/s6/services
|
||||
3
portainer_agent/rootfs/etc/cont-init.d/99-run.sh → portainer_agent/rootfs/etc/services.d/portainer_agent/run
Executable file → Normal file
3
portainer_agent/rootfs/etc/cont-init.d/99-run.sh → portainer_agent/rootfs/etc/services.d/portainer_agent/run
Executable file → Normal 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"
|
||||
Reference in New Issue
Block a user