summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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