Skip to content

Commit

Permalink
fix wallet.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Feb 19, 2024
1 parent 1a605b9 commit f2d9437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itn-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tar xf /opt/dusk/installer/wallet.tar.gz --strip-components 1 --directory /opt/d
mv /opt/dusk/installer/wallet/rusk-wallet /opt/dusk/bin/
chmod +x /opt/dusk/bin/rusk-wallet
ln -sf /opt/dusk/bin/rusk-wallet /usr/bin/rusk-wallet
mv /opt/dusk/installer/conf/wallet.toml /root/.dusk/rusk-wallet/config.toml
mv /opt/dusk/conf/wallet.toml /root/.dusk/rusk-wallet/config.toml

echo "Downloading verifier keys"
curl -so /opt/dusk/installer/rusk-vd-keys.zip -L "$VERIFIER_KEYS_URL"
Expand Down

0 comments on commit f2d9437

Please sign in to comment.