summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-14 23:06:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-14 23:06:59 +0000
commitd5d5feec6a1ec819ff32e5a007a8f3df65e3afb6 (patch)
treead895c63a1aefc793efefe57d7a6eec2452f87ec /etc/rc.bootup
parent79c0324ba7454f9989a0883553258a3435a9d3ee (diff)
downloadpfsense-d5d5feec6a1ec819ff32e5a007a8f3df65e3afb6.zip
pfsense-d5d5feec6a1ec819ff32e5a007a8f3df65e3afb6.tar.gz
Remove extra "'s.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
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)...";
OpenPOWER on IntegriCloud