Skip to content

Commit

Permalink
Chia not setting correct permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Oct 11, 2023
1 parent 8ab5dc2 commit f3abcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/forks/chia_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fi

mkdir -p /root/.chia/mainnet/log
chia init >> /root/.chia/mainnet/log/init.log 2>&1
chia init --fix-ssl-permissions > /dev/null

echo 'Configuring Chia...'
if [ ! -f /root/.chia/mainnet/config/config.yaml ]; then
Expand Down

0 comments on commit f3abcb2

Please sign in to comment.