From 7c6945d83b5197ed537499a5a084b430c4ba9ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Mart=C3=ADnez=20Ochoa?= Date: Tue, 26 Nov 2024 09:04:52 -0700 Subject: [PATCH] testing Small fix in verify for legacy focal servers. --- lib/verify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/verify b/lib/verify index cbfaff8..93217f9 100644 --- a/lib/verify +++ b/lib/verify @@ -778,7 +778,7 @@ if [[ $(conf_read mysql) == "true" ]]; then echo "- [ERROR] MariaDB Apt Key not found!" local ver_four_err="1" fi - if [[ ! -f /etc/apt/sources.list || -z $(grep -Fo "mirrors.syringanetworks.net/mariadb/repo" /etc/apt/sources.list) ]]; then + if [[ ! -f /etc/apt/sources.list || -z $(grep -Fo "deb.mariadb.org" /etc/apt/sources.list) ]]; then echo "- [ERROR] MariaDB PPA not found in sources list!" local ver_four_err="1" fi