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'