summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-07 00:33:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-07 00:33:10 +0000
commit42b0d005f931fbe3085a709aa3b2ce33adba6552 (patch)
treecc20f3279c9bd355268c67caf32b7fc1cf2f1272 /etc/rc
parentc8b0a897cb6a0808d5b5d4a565808929b5373dad (diff)
downloadpfsense-42b0d005f931fbe3085a709aa3b2ce33adba6552.zip
pfsense-42b0d005f931fbe3085a709aa3b2ce33adba6552.tar.gz
No need for echo \n\n | now
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 9788094..f15ca22 100755
--- a/etc/rc
+++ b/etc/rc
@@ -208,7 +208,7 @@ rm -rf /usr/local/pkg/pf/CVS
/usr/local/sbin/check_reload_status >/dev/null &
echo -n "Pre-caching PHP for faster responses..."
-echo \n\n| fetch -q -o /tmp/ http://localhost/preload.php
+fetch -q -o /tmp/ http://localhost/preload.php
rm -f /tmp/phpfast
echo " done!"
OpenPOWER on IntegriCloud