mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
13 lines
385 B
Bash
13 lines
385 B
Bash
#!/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
|