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" ]
|
||||
then
|
||||
exit 1
|
||||
else
|
||||
echo All files OK
|
||||
fi
|
Loading…
Reference in New Issue
Block a user