From 68794910a6fad97917db071a6d16d2ddb7300548 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 15 Jul 2019 09:11:52 +0400 Subject: [PATCH] maj doc --- cx-conndev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cx-conndev b/cx-conndev index 62c669e..ce9f83e 100755 --- a/cx-conndev +++ b/cx-conndev @@ -62,7 +62,7 @@ fi ### -function die_not_found() { die "$service: service introuvable"; } +function die_not_found() { die "$service: service introuvable. vérifiez que le projet est actuellement up"; } setx cid=docker-compose ps -q "$service" 2>/dev/null || die_not_found [ -n "$cid" ] || die_not_found edebug "$service id: $cid"