Skip to content

Commit

Permalink
hotfix: settings path in snapshotter_autofill.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xadahiya committed Nov 8, 2023
1 parent d05bd6a commit a524ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshotter_autofill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sed -i'.backup' "s#ipfs-writer-url#$ipfs_url#" config/settings.json
sed -i'.backup' "s#ipfs-writer-key#$ipfs_api_key#" config/settings.json
sed -i'.backup' "s#ipfs-writer-secret#$ipfs_api_secret#" config/settings.json

sed -i'.backup' "s#web3-storage-token#$web3_storage_token#" settings.json
sed -i'.backup' "s#web3-storage-token#$web3_storage_token#" config/settings.json

sed -i'.backup' "s#ipfs-reader-url#$ipfs_url#" config/settings.json
sed -i'.backup' "s#ipfs-reader-key#$ipfs_api_key#" config/settings.json
Expand Down

0 comments on commit a524ad2

Please sign in to comment.