This commit is contained in:
Tommy Verrall
2023-02-03 15:03:10 -01:00
parent d81e1fe44d
commit 2a6d0f3113
+1 -1
View File
@@ -84,7 +84,7 @@ sleep 5
# compare the files
# echo "$PATH_TO_ORIGIN_INIT_CONFIG" | diff - "$PATH_TO_SECOND_ORIGIN_INIT_CONFIG" >/dev/null
diff $PATH_TO_ORIGIN_INIT_CONFIG $PATH_TO_SECOND_ORIGIN_INIT_CONFIG > /dev/null
diff "$PATH_TO_ORIGIN_INIT_CONFIG" "$PATH_TO_SECOND_ORIGIN_INIT_CONFIG" > /dev/null
# check the status of the diff
if [ $? -eq 0 ]; then