added update instructions to readme

This commit is contained in:
david-hummingbot
2023-07-29 06:26:15 +08:00
parent 8099efc001
commit 48db069478
7 changed files with 188 additions and 27 deletions

View File

@@ -149,17 +149,6 @@ prompt_copy_certs () {
fi
}
prompt_copy_lists () {
echo
read -p "Do you want to generate default token lists? [Y/N] >>> " PROCEED
if [[ "$PROCEED" == "Y" || "$PROCEED" == "y" ]]
then
mkdir $CONF_FOLDER/lists
sudo chmod a+rw $CONF_FOLDER/lists
docker cp $INSTANCE_NAME:/home/gateway/src/templates/lists/. $CONF_FOLDER/lists/
fi
}
# Execute docker commands
create_instance () {
echo
@@ -191,7 +180,6 @@ prompt_proceed
if [[ "$PROCEED" == "Y" || "$PROCEED" == "y" ]]
then
create_instance
prompt_copy_lists
else
echo "Aborted"
echo