From 51c9db034d580a48b80b442f99190dae869a0649 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 16 Apr 2006 00:38:54 +0000 Subject: Redirect scripts output to /tmp/firmware_update.log --- etc/rc.firmware | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.firmware') diff --git a/etc/rc.firmware b/etc/rc.firmware index 0681f44..859fdc6 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -9,6 +9,8 @@ #CFDEVICE=`cat /var/etc/cfdevice` +exec 3>&2 2>>/tmp/firmware_update.log + export ACTION=$1 export IMG=$2 if [ $# -eq 3 ]; then -- cgit v1.1