mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-18 21:39:12 +02:00
test
This commit is contained in:
@@ -47,5 +47,5 @@
|
|||||||
},
|
},
|
||||||
"slug": "portainer_agent",
|
"slug": "portainer_agent",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"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
|
bashio::require.unprotected
|
||||||
|
|
||||||
# Wait for transmission to become available
|
|
||||||
bashio::net.wait_for 9001 localhost 50
|
|
||||||
|
|
||||||
# Launch app
|
# Launch app
|
||||||
cd /app || true
|
cd /app || true
|
||||||
./agent "$PORTAINER_AGENT_ARGS"
|
./agent "$PORTAINER_AGENT_ARGS"
|
||||||
Reference in New Issue
Block a user