Module: monitoring-plugins Branch: master Commit: 0918a6a30b204bd61e4b42c5731e18dc86a9e6c4 Author: Jan Wagner <w...@cyconet.org> Committer: waja <w...@users.noreply.github.com> Date: Thu May 11 18:23:56 2023 +0000 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0918a6a
CI: Fallback on mysql service --- .github/prepare_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index aa224ef..7f5592b 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh @@ -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