mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 02:44:51 +03:00
fixed typo
This commit is contained in:
parent
6c9757d5a3
commit
8d56a379dd
|
@ -32,7 +32,7 @@ fi
|
|||
|
||||
message_welcome "Restoring the '${MYSQL_DATABASE}' database from the '${backup_filename}' backup..."
|
||||
|
||||
if [[ "${MYSQL}" == "root" ]]; then
|
||||
if [[ "${MYSQL_USER}" == "root" ]]; then
|
||||
message_error "Restoring as 'mysql' user is not supported. Assign 'MYSQL_DATABASE' env with another one and try again."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user