From 66d1693273c12eae91025194c24229df8dfd4fa5 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Thu, 20 May 2021 19:52:36 +0200 Subject: [PATCH] Print lighttpd header to stderr --- konata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konata.sh b/konata.sh index 5ebebfe..2c5325b 100755 --- a/konata.sh +++ b/konata.sh @@ -1,7 +1,7 @@ #!/bin/bash # Hard requirement for lighttpd -printf "Content-Type: text/plain\n\n" +printf "Content-Type: text/plain\n\n" >&2 # Initialize basic variables . /etc/konata.conf