diff --git a/bin/diff.sh b/bin/diff.sh index 3ace22c249ff82f9d0f1cf380d30d0bec68bc0f8..ba476fe66afd7d22a19ea8ef03cef7549af68154 100644 --- a/bin/diff.sh +++ b/bin/diff.sh @@ -8,7 +8,7 @@ source $ROOT/functions.sh runRemoteSSH "$ROOT/../keys/deploykey.private" "mysqldbcompare --skip-row-count --skip-data-check --server1=deployment@$SOURCE_IP --server2=deployment@$TARGET_IP performance:performance --changes-for=server2 --difftype=sql > /tmp/changes.sql" -echo "Differences: +echo "Differences:" echo "##########################" runRemoteSSH "$ROOT/../keys/deploykey.private" "cat /tmp/changes.sql" echo "##########################"