mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 01:18:19 +01:00
9 lines
339 B
Bash
Executable File
9 lines
339 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -e
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Portainer
|
|
# Runs some initializations for Portainer
|
|
# ==============================================================================
|
|
bashio::require.unprotected
|