summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-16 00:38:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-16 00:38:54 +0000
commit51c9db034d580a48b80b442f99190dae869a0649 (patch)
treef0b1e6e720f516b87331e9079887d6a7a534cd41 /etc/rc.firmware
parent97ab7fdc5d81556b8be6f69393a4f0ec70bddbb6 (diff)
downloadpfsense-51c9db034d580a48b80b442f99190dae869a0649.zip
pfsense-51c9db034d580a48b80b442f99190dae869a0649.tar.gz
Redirect scripts output to /tmp/firmware_update.log
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware2
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
OpenPOWER on IntegriCloud