mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-19 03:14:52 +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..."
|
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."
|
message_error "Restoring as 'mysql' user is not supported. Assign 'MYSQL_DATABASE' env with another one and try again."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user