fix cagettepei

This commit is contained in:
pvincent
2024-10-14 13:11:37 +04:00
parent ceb3a7b467
commit 674a2af592
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ function check_db_maria_exists() {
}
function check_db_postgres_exists() {
db-psql list | grep -q "$1"
db-psql list | grep -q "^$1$"
}
function extract_domain_from_fqdn() {