diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-16 00:38:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-16 00:38:54 +0000 |
commit | 51c9db034d580a48b80b442f99190dae869a0649 (patch) | |
tree | f0b1e6e720f516b87331e9079887d6a7a534cd41 /etc | |
parent | 97ab7fdc5d81556b8be6f69393a4f0ec70bddbb6 (diff) | |
download | pfsense-51c9db034d580a48b80b442f99190dae869a0649.zip pfsense-51c9db034d580a48b80b442f99190dae869a0649.tar.gz |
Redirect scripts output to /tmp/firmware_update.log
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.firmware | 2 |
1 files changed, 2 insertions, 0 deletions
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 |