From 40bdab91d68f2b62216c836c77078325c36e4e49 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 24 Nov 2013 17:39:59 +0100 Subject: [PATCH] dump STDOUT to log, STDERR to screen --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 5fe49d1..bd179bf 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/bin/sh -e cd /srv/koha-bibliografija -( LC_COLLATE=hr_HR.utf8 KOHA_CONF=/etc/koha/sites/ffzg/koha-conf.xml ./html.pl 2>&1 ) | tee /tmp/koha-bibliografija.log +LC_COLLATE=hr_HR.utf8 KOHA_CONF=/etc/koha/sites/ffzg/koha-conf.xml ./html.pl > /tmp/koha-bibliografija.log -- 2.20.1