chkkineto.sh: Allow "ALL" too, per request
Change-Id: I29790c2862e1677f967ad7948a48e01854947875
This commit is contained in:
parent
6b424f3c40
commit
493719dc9e
@ -17,6 +17,11 @@ if [ "$c" = "GOOGLE" ];
|
|||||||
r=n
|
r=n
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$c" = "ALL" ];
|
||||||
|
then
|
||||||
|
r=n
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$r" = "y" ];
|
if [ "$r" = "y" ];
|
||||||
then
|
then
|
||||||
if [ -f $p ];
|
if [ -f $p ];
|
||||||
|
Loading…
Reference in New Issue
Block a user