summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-14 23:07:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-14 23:07:06 +0000
commitf8554aeddf3099076803279cd8b4c9e711da29cc (patch)
treed5f0023c36e5fbb932b048f9ac6123d9e0fe4e68
parent6161e99dfd71ae668d82824046818f8e16448fab (diff)
downloadpfsense-f8554aeddf3099076803279cd8b4c9e711da29cc.zip
pfsense-f8554aeddf3099076803279cd8b4c9e711da29cc.tar.gz
Remove extra "'s.
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index ba89eff..c39c6b1 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