Skip to content
Snippets Groups Projects
Verified Commit 1178275a authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Typo fixed.

parent 5bc0821f
Branches
Tags
1 merge request!17Release 6.0
Pipeline #30793 passed
...@@ -138,7 +138,7 @@ function restore_db() { ...@@ -138,7 +138,7 @@ function restore_db() {
$MYSQL_CMD $(get_mysql_args) < "$SQL_FILE" $MYSQL_CMD $(get_mysql_args) < "$SQL_FILE"
cat <<EOF cat <<EOF
If this is not the same SQL server where the SQL dump was originally created 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. can use the 'grant' action of this script to do this.
EOF EOF
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment