fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-07-23 08:58:09 +00:00
committed by github-actions[bot]
parent 3539f328fb
commit f5428e0950
224 changed files with 5663 additions and 5662 deletions

View File

@@ -22,24 +22,24 @@ export ROCKET_SECRET_KEY="${secret_key}"
# Find the matching log level
if bashio::config.has_value 'log_level'; then
case "$(bashio::string.lower "$(bashio::config 'log_level')")" in
all | trace)
log_level="trace"
;;
debug)
log_level="debug"
;;
info | notice)
log_level="info"
;;
warning)
log_level="warn"
;;
error | fatal)
log_level="error"
;;
off)
log_level="off"
;;
all | trace)
log_level="trace"
;;
debug)
log_level="debug"
;;
info | notice)
log_level="info"
;;
warning)
log_level="warn"
;;
error | fatal)
log_level="error"
;;
off)
log_level="off"
;;
esac
export LOG_LEVEL="${log_level}"

0
zzz_archived_bitwarden/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File