Skip to content

Commit

Permalink
More on why Chia can't set its own permssions...
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Oct 11, 2023
1 parent f3abcb2 commit 06127fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/forks/chia_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ 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 Expand Up @@ -85,7 +84,7 @@ for p in ${plots_dir//:/ }; do
done

chmod 755 -R /root/.chia/mainnet/config/ssl/ &> /dev/null
chia init --fix-ssl-permissions > /dev/null
chia init --fix-ssl-permissions

/usr/bin/bash /machinaris/scripts/gpu_drivers_setup.sh

Expand Down

0 comments on commit 06127fd

Please sign in to comment.