diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-07 00:33:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-07 00:33:10 +0000 |
commit | 42b0d005f931fbe3085a709aa3b2ce33adba6552 (patch) | |
tree | cc20f3279c9bd355268c67caf32b7fc1cf2f1272 /etc | |
parent | c8b0a897cb6a0808d5b5d4a565808929b5373dad (diff) | |
download | pfsense-42b0d005f931fbe3085a709aa3b2ce33adba6552.zip pfsense-42b0d005f931fbe3085a709aa3b2ce33adba6552.tar.gz |
No need for echo \n\n | now
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!" |