Skip to content

Commit 7c6945d

Browse files
committed
testing
Small fix in verify for legacy focal servers.
1 parent 6198611 commit 7c6945d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ if [[ $(conf_read mysql) == "true" ]]; then
778778
echo "- [ERROR] MariaDB Apt Key not found!"
779779
local ver_four_err="1"
780780
fi
781-
if [[ ! -f /etc/apt/sources.list || -z $(grep -Fo "mirrors.syringanetworks.net/mariadb/repo" /etc/apt/sources.list) ]]; then
781+
if [[ ! -f /etc/apt/sources.list || -z $(grep -Fo "deb.mariadb.org" /etc/apt/sources.list) ]]; then
782782
echo "- [ERROR] MariaDB PPA not found in sources list!"
783783
local ver_four_err="1"
784784
fi

0 commit comments

Comments
 (0)