This commit is contained in:
Alexandre
2023-10-03 20:22:57 +02:00
committed by GitHub
parent 1febd9a198
commit a194689393
19 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2046
set -e
# Define user
PUID=$(bashio::config "PUID")

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2015
set -e
# Install specific apps
if bashio::config.has_value 'additional_apps'; then