mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
chown prysm-validator:prysm-validator /etc/prysm/validator.yaml
|