log STDERR better
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 24 Nov 2013 13:37:31 +0000 (14:37 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 24 Nov 2013 13:37:31 +0000 (14:37 +0100)
run.sh

diff --git a/run.sh b/run.sh
index bdcb691..5fe49d1 100755 (executable)
--- 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 2>&1 ) | tee /tmp/koha-bibliografija.log