From 91b9699b696945366c9f02453a282d530d71de14 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 2 Jul 2021 15:30:17 +0200 Subject: [PATCH] Forgot to disable DEBUG by default --- github/check.jellyfin.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/check.jellyfin.update b/github/check.jellyfin.update index 76d1463..e38ffdc 100755 --- a/github/check.jellyfin.update +++ b/github/check.jellyfin.update @@ -20,7 +20,7 @@ readonly PROGNAME=$(basename "${0}") readonly NBARGS="${#}" ## Test if DEBUG is already defined (by parent script,…) -[ -z "${DEBUG}" ] && DEBUG=0 +[ -z "${DEBUG}" ] && DEBUG=1 ## Colors readonly PURPLE='\033[1;35m'