From e1596b9a50399eea0ae48a9225852fe3ccf549c3 Mon Sep 17 00:00:00 2001 From: Vitaliy VVS Date: Tue, 26 Apr 2022 21:52:35 +0300 Subject: [PATCH] update for new fin #81 --- pma/pma.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pma/pma.pre-install b/pma/pma.pre-install index b129ee2..dfd04cc 100644 --- a/pma/pma.pre-install +++ b/pma/pma.pre-install @@ -14,7 +14,7 @@ fi # Check project running -if ! (fin ps | grep "_cli_" | grep "Up" >/dev/null); then +if ! (fin ps | grep "_cli_" | grep "running" >/dev/null); then echo "[PRE-INSTALL] ERROR: Start the project with fin start first" exit 1 fi