fixes to start and update bash scripts

This commit is contained in:
Michael Feng
2023-04-04 11:40:58 -07:00
parent 1dd2dcc2a3
commit 8eb486caf6
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ execute_docker () {
echo
docker ps
echo
echo " Run command \"./start.sh\" to connect to an instance."
echo " Run command \"./hummingbot-start.sh\" to connect to an instance."
echo
}