move the files to the correct place

This commit is contained in:
Tommy Verrall
2023-02-03 15:31:50 -01:00
parent 8a1e225365
commit ae0f9b1b7b
+2 -3
View File
@@ -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