summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2023-05-11 18:23:56 (GMT)
committerwaja <waja@users.noreply.github.com>2023-05-11 19:45:55 (GMT)
commit0918a6a30b204bd61e4b42c5731e18dc86a9e6c4 (patch)
treebddf5e4401c0bfb464f254005afd7d53328767a3 /.github
parent483ae9fca47a424bcdbb75bfd63c90afd28b9ccc (diff)
downloadmonitoring-plugins-0918a6a30b204bd61e4b42c5731e18dc86a9e6c4.tar.gz
CI: Fallback on mysql service
Diffstat (limited to '.github')
-rwxr-xr-x.github/prepare_debian.sh2
1 files changed, 1 insertions, 1 deletions
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
88service squid start 88service squid start
89 89
90# mariadb 90# mariadb
91service mariadb start 91service mariadb start || service mysql start
92mysql -e "create database IF NOT EXISTS test;" -uroot 92mysql -e "create database IF NOT EXISTS test;" -uroot
93 93
94# ldap 94# ldap