Skip to content

Commit

Permalink
[BUGFIX] English should be default locale (Podio bug_58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Dec 28, 2016
1 parent 63105c5 commit 3895b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RESTART_MYSQL="0"

if [ -f /var/www/shared/db/$DATABASE.sql ]; then
echo -e "Installing/updating DB $DATABASE... \r30% "
mysql -uroot -p1234 -e "CREATE DATABASE IF NOT EXISTS $DATABASE CHARACTER SET utf8 COLLATE utf8_swedish_ci;"
mysql -uroot -p1234 -e "CREATE DATABASE IF NOT EXISTS $DATABASE CHARACTER SET utf8 COLLATE utf8_general_ci;"
mysql -uroot -p1234 -e "GRANT ALL PRIVILEGES ON $DATABASE.* TO '$USERNAME'@localhost IDENTIFIED BY '$PASSWORD';"
mysql -uroot -p1234 $DATABASE < /var/www/shared/db/$DATABASE.sql
RESTART_MYSQL="1"
Expand Down

0 comments on commit 3895b39

Please sign in to comment.