mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
Create DATA_DIR explicitly with 0750 permissions.
This commit is contained in:
parent
add22a20e1
commit
28630a1d71
@ -161,6 +161,8 @@ if [[ "$REUSE_EXISTING_DATA_DIR" == "0" ]]; then
|
||||
rm -rf "${DATA_DIR}"
|
||||
fi
|
||||
|
||||
mkdir -m 0750 -p "${DATA_DIR}"
|
||||
|
||||
DEPOSITS_FILE="${DATA_DIR}/deposits.json"
|
||||
|
||||
VALIDATORS_DIR="${DATA_DIR}/validators"
|
||||
|
Loading…
x
Reference in New Issue
Block a user