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=SC2015
set -e
if bashio::config.has_value 'graphic_drivers'; then
GRAPHIC_DRIVERS="$(bashio::config 'graphic_drivers')"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC2015
set -e
###########
# SCRIPTS #