Skip to content

Commit

Permalink
Fix JWT_PATH
Browse files Browse the repository at this point in the history
The JWT_PATH was being assigned with "-" instead of "="
  • Loading branch information
dsimog01 authored Mar 24, 2023
1 parent 5c5f866 commit e9cece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ case "$_DAPPNODE_GLOBAL_CONSENSUS_CLIENT_GNOSIS" in
;;
"lodestar-gnosis.dnp.dappnode.eth")
echo "Using lodestar-gnosis.dnp.dappnode.eth"
JWT_PATH-"/security/lodestar/jwtsecret.hex"
JWT_PATH="/security/lodestar/jwtsecret.hex"
;;
"teku-gnosis.dnp.dappnode.eth")
echo "Using teku-gnosis.dnp.dappnode.eth"
Expand Down

0 comments on commit e9cece6

Please sign in to comment.