diff options
author | Jan Wagner <waja@cyconet.org> | 2023-05-11 18:23:56 (GMT) |
---|---|---|
committer | waja <waja@users.noreply.github.com> | 2023-05-11 19:45:55 (GMT) |
commit | 0918a6a30b204bd61e4b42c5731e18dc86a9e6c4 (patch) | |
tree | bddf5e4401c0bfb464f254005afd7d53328767a3 /.github/prepare_debian.sh | |
parent | 483ae9fca47a424bcdbb75bfd63c90afd28b9ccc (diff) | |
download | monitoring-plugins-0918a6a30b204bd61e4b42c5731e18dc86a9e6c4.tar.gz |
CI: Fallback on mysql service
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x | .github/prepare_debian.sh | 2 |
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 | |||
88 | service squid start | 88 | service squid start |
89 | 89 | ||
90 | # mariadb | 90 | # mariadb |
91 | service mariadb start | 91 | service mariadb start || service mysql start |
92 | mysql -e "create database IF NOT EXISTS test;" -uroot | 92 | mysql -e "create database IF NOT EXISTS test;" -uroot |
93 | 93 | ||
94 | # ldap | 94 | # ldap |