From dc4b4ea68091dbf6e45b9e68c7c38afc618f6703 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 12 Jan 2023 19:46:59 -0300 Subject: Added warning to wait for YAMS to be up --- yams | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yams b/yams index 2ebd3c3..043aa78 100755 --- a/yams +++ b/yams @@ -25,6 +25,7 @@ fi if [ $option == "restart" ]; then $dc stop && $dc up -d + echo "YAMS is starting. Wait 1 min until all the services are up and running..." exit 0 fi @@ -35,6 +36,7 @@ fi if [ $option == "start" ]; then $dc up -d + echo "YAMS is starting. Wait 1 min until all the services are up and running..." exit 0 fi -- cgit v1.2.3