mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-14 15:09:44 +00:00
fixes to start and update bash scripts
This commit is contained in:
@@ -10,10 +10,10 @@ echo
|
||||
docker ps -a
|
||||
echo
|
||||
echo
|
||||
read -p " Enter the NAME of the Hummingbot instance to start or connect to (default = \"hummingbot-instance\") >>> " INSTANCE_NAME
|
||||
read -p " Enter the NAME of the Hummingbot instance to start or connect to (default = \"hummingbot\") >>> " INSTANCE_NAME
|
||||
if [ "$INSTANCE_NAME" == "" ]
|
||||
then
|
||||
INSTANCE_NAME="hummingbot-instance"
|
||||
INSTANCE_NAME="hummingbot"
|
||||
fi
|
||||
echo
|
||||
# =============================================
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user