Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix: node template name (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Molina Colmenero authored Nov 3, 2023
1 parent 8c1490e commit d90211e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/scripts/inject_bootnodes.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env bash

# this script runs the watr-node after fetching
# this script runs the parachain-template-node after fetching
# appropriate bootnode IDs
#
# this is _not_ a general-purpose script; it is closely tied to the
# root docker-compose.yml

set -e -o pipefail

ctpc="/usr/bin/watr-node"
ctpc="/usr/bin/parachain-template-node"

if [ ! -x "$ctpc" ]; then
echo "FATAL: $ctpc does not exist or is not executable"
Expand Down

0 comments on commit d90211e

Please sign in to comment.