Print "All files OK" when all files are using correct types

This commit is contained in:
apio 2022-11-20 18:57:22 +01:00
parent f982152caa
commit 46cad14052

View File

@ -39,4 +39,6 @@ done
if [ "$SUCCESS" = "0" ]
then
exit 1
else
echo All files OK
fi