[Lunar-commits] <moonbase> virtuoso: Don't need that exit.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Mar 1 12:21:09 CET 2010
commit 1275001bd9da0224301262d9d537f832158babf6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Mar 1 06:21:09 2010 -0500
virtuoso: Don't need that exit.
---
sql/virtuoso/POST_INSTALL | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/sql/virtuoso/POST_INSTALL b/sql/virtuoso/POST_INSTALL
index 17d6ca7..5f6e31a 100644
--- a/sql/virtuoso/POST_INSTALL
+++ b/sql/virtuoso/POST_INSTALL
@@ -1,7 +1,6 @@
if [ -f /var/lib/virtuoso/db/virtuoso.db ]
then
printf "${PROBLEM_COLOR}Point a broswer to http://localhost:8890/index.html and change the default passwords for users: \n
- dba (passwd dba) and dav (passwd dav)." "${DEFAULT_COLOR}"
- exit 1
+ dba (passwd dba) and dav (passwd dav). \n" "${DEFAULT_COLOR}"
fi
More information about the Lunar-commits
mailing list