diff options
Diffstat (limited to 'src/bin')
| -rwxr-xr-x | src/bin/mydbgen | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/bin/mydbgen b/src/bin/mydbgen index 7e3d1929b..12bee8063 100755 --- a/src/bin/mydbgen +++ b/src/bin/mydbgen @@ -138,16 +138,7 @@ if test "x$FAILED" = "x" ; then echo "" echo "Your MySQL setup is complete and your Anope schema is up to date. Make" echo "sure you configure MySQL on your services.conf file prior to launching" - echo "Anope with MySQL support. Your configuration values are:" - echo "" - echo "mysql" - echo "{" - echo " database = \"$SQLDB\"" - echo " server = \"$SQLHOST\"" - echo " username = \"$SQLUSER\"" - echo " password = \"$SQLPASS\"" - echo " port = \"$SQLPORT\"" - echo "}" + echo "Anope with MySQL support." echo "" else echo "The following operations failed:" |
