From d5d5feec6a1ec819ff32e5a007a8f3df65e3afb6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 14 May 2007 23:06:59 +0000 Subject: Remove extra "'s. --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 9766505..0fbce65 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -59,7 +59,7 @@ /* remove previous firmware upgrade if present */ if(file_exists("/root/firmware.tgz")) - unlink(""/root/firmware.tgz""); + unlink("/root/firmware.tgz"); /* start devd (dhclient now uses it */ echo "Starting device manager (devd)..."; -- cgit v1.1