Skip to content

Commit

Permalink
fixed creating MariaDB database (#1475)
Browse files Browse the repository at this point in the history
close #1462
  • Loading branch information
petrparolek authored Aug 12, 2020
1 parent a65900b commit 37443be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cp /root/.my.cnf /home/vagrant/.my.cnf
DB=$1;

mysql=$(pidof mysqld)
mariadb=$(pidof mariadb)
mariadb=$(pidof mariadbd)

if [ -z "$mysql" ]
then
Expand Down

0 comments on commit 37443be

Please sign in to comment.