fix cagettepei

This commit is contained in:
pvincent
2024-10-14 13:07:01 +04:00
parent e60d90c7e7
commit ceb3a7b467
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
function check_db_maria_exists() {
db-maria list | grep -q "$1"
db-maria list | grep -q "^$1$"
}
function check_db_postgres_exists() {