Print "All files OK" when all files are using correct types
This commit is contained in:
parent
f982152caa
commit
46cad14052
@ -39,4 +39,6 @@ done
|
|||||||
if [ "$SUCCESS" = "0" ]
|
if [ "$SUCCESS" = "0" ]
|
||||||
then
|
then
|
||||||
exit 1
|
exit 1
|
||||||
|
else
|
||||||
|
echo All files OK
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user