summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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