From ae0f9b1b7bd485405c846ee0d0ee8a5bed5a02e9 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Fri, 3 Feb 2023 15:31:50 -0100 Subject: [PATCH] move the files to the correct place --- tests/nym-mixnode-binary-check.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/nym-mixnode-binary-check.sh b/tests/nym-mixnode-binary-check.sh index 3df9f659da..773e956619 100755 --- a/tests/nym-mixnode-binary-check.sh +++ b/tests/nym-mixnode-binary-check.sh @@ -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