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