mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-19 07:11:50 +02:00
First build https://github.com/alexbelgium/hassio-addons/issues/840 https://github.com/alexbelgium/hassio-addons/issues/565
This commit is contained in:
12
portainer_agent/rootfs/etc/cont-init.d/99-run.sh
Normal file
12
portainer_agent/rootfs/etc/cont-init.d/99-run.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: portainer_agent
|
||||
# Runs some initializations for portainer_agent
|
||||
# ==============================================================================
|
||||
bashio::require.unprotected
|
||||
|
||||
# Set environemnt
|
||||
|
||||
# Launch app
|
||||
./agent
|
||||
Reference in New Issue
Block a user