summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-12-04 21:32:59 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-12-04 21:32:59 (GMT)
commitcb7befecd3a4cdd8644c3d3263907cdaea35ed3e (patch)
treecc81f466abcaf25c6b194e625afd3847f0d75a7e /build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
parent3c4a93caae5163c0bb80d149da1d74e2fcabb4c6 (diff)
downloadlinhes_dev-cb7befecd3a4cdd8644c3d3263907cdaea35ed3e.zip
add message about installing the database.
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
index 1047ce4..f662a73 100755
--- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
+++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/etc/rc.local
@@ -26,7 +26,7 @@ init_network
#check to see if mysql is running
ATTEMPT=0
-mysql_check && install_db
+mysql_check && echo "Installing the initial database" &&install_db
mythconverg_check
status=$?
while [ ! $status = 0 ]