File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222case $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 ;;
3838esac
3939
You can’t perform that action at this time.
0 commit comments