Add color to diff

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-01-29 16:06:25 +01:00
parent 04d2572376
commit 20822b121b
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -29,7 +29,7 @@ verify)
echo echo
echo '/!\ ATTENTION: SIGNATURE MISMATCH! /!\' echo '/!\ ATTENTION: SIGNATURE MISMATCH! /!\'
echo echo
diff -wu /boot/files.sha512 /tmp/files.sha512 diff -wu --color /boot/files.sha512 /tmp/files.sha512
exit 1 exit 1
} }