From 1178275ad2ae6d3f5317a0ec64463f321d5d3a0c Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 22 Jul 2022 10:59:09 +0200 Subject: [PATCH] DOC: Typo fixed. --- utils/make_db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/make_db b/utils/make_db index 72529df..071de0a 100755 --- a/utils/make_db +++ b/utils/make_db @@ -138,7 +138,7 @@ function restore_db() { $MYSQL_CMD $(get_mysql_args) < "$SQL_FILE" cat <<EOF If this is not the same SQL server where the SQL dump was originally created -from, make sure that a user with sufficient permissions exist. Note that you +from, make sure that a user with sufficient permissions exists. Note that you can use the 'grant' action of this script to do this. EOF } -- GitLab