summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-12 19:46:59 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-12 19:46:59 -0300
commitdc4b4ea68091dbf6e45b9e68c7c38afc618f6703 (patch)
treec2c5d100e405c3b95ad34e30af2dc4da2377273d
parent0e022ed03dc0203a17b1d94c6f4d0714482e1ee5 (diff)
Added warning to wait for YAMS to be up
-rwxr-xr-xyams2
1 files changed, 2 insertions, 0 deletions
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