Skip to content

Commit ee137f9

Browse files
committed
Update security path
1 parent 85a83e5 commit ee137f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

op-node/entrypoint.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ esac
2222
case $L2_CLIENT in
2323
"op-geth.dnp.dappnode.eth")
2424
L2_ENGINE="http://op-geth.dappnode:8551"
25-
JWT_PATH="/config/security/op-geth/jwtsecret.hex"
25+
JWT_PATH="/security/op-geth/jwtsecret.hex"
2626
;;
2727
"op-erigon.dnp.dappnode.eth")
2828
L2_ENGINE="http://op-erigon.dappnode:8551"
29-
JWT_PATH="/config/security/op-erigon/jwtsecret.hex"
29+
JWT_PATH="/security/op-erigon/jwtsecret.hex"
3030
;;
3131
*)
3232
echo "Unknown value for L2_CLIENT: $L2_CLIENT"
3333
L2_ENGINE=$L2_CLIENT
3434
mkdir -p /config/security/user
35-
echo $USER_JWT >/config/security/user/jwtsecret.hex
36-
JWT_PATH="/config/security/user/jwtsecret.hex"
35+
echo $USER_JWT >/security/user/jwtsecret.hex
36+
JWT_PATH="/security/user/jwtsecret.hex"
3737
;;
3838
esac
3939

0 commit comments

Comments
 (0)