From 0a5aabe633cec875dc317f79a157f8d50e30fd45 Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Mon, 18 Apr 2005 01:49:22 +0000 Subject: Use /tmp/bdiff.log instead of /tmp/errors. --- etc/rc.firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.firmware') diff --git a/etc/rc.firmware b/etc/rc.firmware index 967f5fc..6090ebf 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -15,7 +15,7 @@ fi binary_update() { TGZ=$1 - ERR_F="/tmp/errors" + ERR_F="/tmp/bdiff.log" rm ${ERR_F} 2>/dev/null mkdir /tmp/patched /tmp/patches 2>>${ERR_F} cd /tmp/patches -- cgit v1.1