Skip to content

Commit

Permalink
update sed cmd for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RUAN0007 committed Sep 9, 2024
1 parent 1713d26 commit 7930803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ cargo build --features zk-por-core/verifier --release
mv target/release/zk-por-cli release/zk-por-verifier

mkdir -p release/config
cp config/default.toml release/config/default.toml
sed -i '' 's|/opt/data/zkpor/users/|./sample_data/|g' release/config/default.toml
sed 's|/opt/data/zkpor/users/|./sample_data/|g' config/default.toml > release/config/default.toml

mkdir -p release/sample_data
cp -r test-data/batch0.json release/sample_data
Expand Down

0 comments on commit 7930803

Please sign in to comment.