diff options
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 |