Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Small fix in verify for legacy focal servers.
  • Loading branch information
QROkes committed Nov 26, 2024
1 parent 6198611 commit 7c6945d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/verify
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c6945d

Please sign in to comment.