Skip to content

Commit

Permalink
update for new fin
Browse files Browse the repository at this point in the history
  • Loading branch information
vistar authored Apr 26, 2022
1 parent e618f39 commit e1596b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pma/pma.pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1596b9

Please sign in to comment.