diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-25 22:04:31 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-25 22:04:31 +0000 |
commit | bd042586572a8a0d83475d277129608715e26560 (patch) | |
tree | 8d530cff423e2d6a316b17e0bffc7ef7d9b3b46f | |
parent | a7dc4fe50523ca1a78f6e92e336fd3ab35e71ee6 (diff) | |
download | pfsense-bd042586572a8a0d83475d277129608715e26560.zip pfsense-bd042586572a8a0d83475d277129608715e26560.tar.gz |
One period is enough.
-rwxr-xr-x | etc/rc.bootup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 522a66b..686d15c 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -185,7 +185,7 @@ echo "done.\n"; if($avail > 0 and $avail < 65) { - echo "System has less than 65 megabytes of ram {$avail}. Delaying webConfigurator startup...\n"; + echo "System has less than 65 megabytes of ram {$avail}. Delaying webConfigurator startup.\n"; /* start webConfigurator up on final pass */ touch("/tmp/restart_webgui"); } else { |