move the files to the correct place
This commit is contained in:
@@ -75,10 +75,9 @@ check_mixnode_binary_build
|
||||
echo "diff the config files after each init"
|
||||
echo "-------------------------------------"
|
||||
|
||||
echo $(cat /root/.nym/mixnodes/${ID}/config/config.toml | grep -v "^\[mixnode\]$" | grep -v "^version =") >>second_origin_config.txt
|
||||
|
||||
# compare the files
|
||||
echo $(cat /root/.nym/mixnodes/${ID}/config/config.toml | grep -v "^\[mixnode\]$" | grep -v "^version =") >>../target/release/second_origin_config.txt
|
||||
|
||||
# compare the two files
|
||||
diff -w origin_config.txt second_origin_config.txt
|
||||
|
||||
# check the status of the diff
|
||||
|
||||
Reference in New Issue
Block a user