diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2019-01-04 13:32:51 +0600 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-01-16 23:55:59 +0400 |
commit | 78f62e9079b6ad3705bb2abb7b48b31143297e86 (patch) | |
tree | b0b4fb8aafc2ebaf4c2e87e73eb553b63f95b8b9 /scripts/mysql_install_db.sh | |
parent | 459d6da86955c89e96f6e9a8d3bc2a9b1756629b (diff) | |
download | mariadb-git-78f62e9079b6ad3705bb2abb7b48b31143297e86.tar.gz |
remove duplicated paragraph from mysql_install_db.sh
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 0272a19931f..f56de12d931 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -208,9 +208,6 @@ cannot_find_file() fi echo - echo "If you compiled from source, you need to run 'make install' to" - echo "copy the software into the correct location ready for operation." - echo echo "If you compiled from source, you need to either run 'make install' to" echo "copy the software into the correct location ready for operation." echo "If you don't want to do a full install, you can use the --srcdir" |