Skip to content

Commit

Permalink
fix bug in timekeeper node launch
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Sep 26, 2024
1 parent 5304bde commit 8e30fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/launch-nodes/manage_subspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ def main():
logger.info(f"Connecting to the timekeeper node {timekeeper_node['host']}...")
client = ssh_connect(timekeeper_node['host'], timekeeper_node['user'], timekeeper_node['ssh_key'])

# Run sudo docker compose down -v
docker_compose_down(client, subspace_dir)

# Modify the .env file with the POT_EXTERNAL_ENTROPY value
logger.debug(f"Modifying .env file with POT_EXTERNAL_ENTROPY={args.pot_external_entropy}")
modify_env_file(client, subspace_dir, release_version, pot_external_entropy=args.pot_external_entropy)
Expand Down

0 comments on commit 8e30fd3

Please sign in to comment.