diff options
-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 { |