From 64aacd600294eea66df19fe1c34d2fd36de982c9 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Tue, 2 May 2023 12:27:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Etemplates/nanodesk-installer.tpl.sh?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/nanodesk-installer.tpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nanodesk-installer.tpl.sh b/templates/nanodesk-installer.tpl.sh index cac67ce..e0e1db4 100755 --- a/templates/nanodesk-installer.tpl.sh +++ b/templates/nanodesk-installer.tpl.sh @@ -33,7 +33,7 @@ function message() { ;; esac - if [ "$1" == "info" ] || [ "$1" == "error" ] + if [ "$1" == "info" ] || [ "$1" == "warn" ] || [ "$1" == "error" ] then MESSAGE=$2 else