Skip to content

Commit d56d57e

Browse files
committed
Fix LH datadir
1 parent 5b21a2e commit d56d57e

File tree

1 file changed

+1
-1
lines changed
  • shared/services/rocketpool/assets/install/scripts

1 file changed

+1
-1
lines changed

shared/services/rocketpool/assets/install/scripts/start-bn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then
6767
--network $LH_NETWORK \
6868
--port $BN_P2P_PORT \
6969
--discovery-port $BN_P2P_PORT \
70-
--datadir /data \
70+
--datadir /ethclient/lighthouse \
7171
--execution-endpoint $EC_ENGINE_ENDPOINT \
7272
--http \
7373
--http-address 0.0.0.0 \

0 commit comments

Comments
 (0)