diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-18 18:56:17 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-18 18:56:17 -0400 |
commit | b1d044971a3fce01299e8c6f7e40b114d0bcfdf2 (patch) | |
tree | a72bb9331209e28ca6ed4d6967db729020d8dd70 /etc/rc | |
parent | a9e92f609f31dfc7b4ff823dd74d41e814b21771 (diff) | |
download | pfsense-b1d044971a3fce01299e8c6f7e40b114d0bcfdf2.zip pfsense-b1d044971a3fce01299e8c6f7e40b114d0bcfdf2.tar.gz |
Nuke \n's
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -302,7 +302,7 @@ rm -f /root/lighttpd* # If a shell was selected from recovery # console then just drop to the shell now. if [ -f "/tmp/donotbootup" ]; then - echo "\nDropping to recovery shell.\n\n" + echo "Dropping to recovery shell." exit 0 fi |