summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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