mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
removed empty string
This commit is contained in:
parent
24e6bc3ccf
commit
a5714c10e6
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ add_mysql_database() {
|
|||
exit $E_CONNECT
|
||||
fi
|
||||
|
||||
|
||||
query="CREATE DATABASE \`$database\` CHARACTER SET $charset"
|
||||
mysql -h $HOST -u $USER -p$PASSWORD -e "$query" > /dev/null 2>&1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue