lcr: fix logfile in initskript.

This commit is contained in:
Arne Fitzenreiter
2012-12-30 09:48:35 +01:00
parent 65c6ed3f27
commit 5c313dec7d

View File

@@ -18,7 +18,7 @@
case "${1}" in
start)
boot_mesg "Starting Linux Call Router..."
nice --10 /usr/sbin/lcr fork >> /var/log/lcr 2>&1
nice --10 /usr/sbin/lcr fork >> /var/log/lcr/console.log 2>&1
evaluate_retval
;;