mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Lint
This commit is contained in:
@@ -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')"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
# shellcheck disable=SC2155,SC2015
|
||||
set -e
|
||||
|
||||
###########
|
||||
# SCRIPTS #
|
||||
|
||||
Reference in New Issue
Block a user