Skip to content

Commit 0d8b1ed

Browse files
authored
Update install_en.sh bugfix
1 parent c13a589 commit 0d8b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install_en.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case $yn in
3232
apt-get -y install mysql-server mysql-client phpmyadmin
3333
sudo systemctl start mysql
3434
sudo systemctl enable mysql
35-
mysql -uroot -p < createdb.sql
35+
mysql -u root -p < createdb.sql
3636
echo "Installing KVM hypervisor...";
3737
apt-get -y install qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils
3838
sudo systemctl enable libvirtd

0 commit comments

Comments
 (0)