mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
CI: Fallback on mysql service
This commit is contained in:
parent
483ae9fca4
commit
0918a6a30b
1 changed files with 1 additions and 1 deletions
2
.github/prepare_debian.sh
vendored
2
.github/prepare_debian.sh
vendored
|
|
@ -88,7 +88,7 @@ cp tools/squid.conf /etc/squid/squid.conf
|
|||
service squid start
|
||||
|
||||
# mariadb
|
||||
service mariadb start
|
||||
service mariadb start || service mysql start
|
||||
mysql -e "create database IF NOT EXISTS test;" -uroot
|
||||
|
||||
# ldap
|
||||
|
|
|
|||
Loading…
Reference in a new issue