From eacc653176b876de06aa56ef5e5893ba8d771a64 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 17:15:03 +0200 Subject: [PATCH] Update run.sh --- joal/rootfs/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index 186d42f30..327ed7332 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bashio bashio::log.info "Starting addon..." +VERBOSE=$(bashio::config 'verbose') || true ################# # NGINX SETTING #