This commit is contained in:
Tommy Verrall
2023-02-03 15:01:58 -01:00
parent ef62ec6560
commit d81e1fe44d
+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