fix: Service rename for first install

This commit is contained in:
Nardo86 2022-08-30 10:25:56 +02:00 committed by GitHub
parent 0006a30deb
commit a907a53551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ y
y
EOF
/etc/init.d/mysql restart
/etc/init.d/mariadb restart
while ! mysqladmin ping --silent; do
echo "Waiting mysql restart"
sleep 3