diff --git a/sbin/GitClone b/sbin/GitClone index 583e526..f3550c3 100755 --- a/sbin/GitClone +++ b/sbin/GitClone @@ -18,7 +18,7 @@ fi REPOSITE=https://mint.nopenso.com/mirror -for i in `ls ${ZZ}` +for i in ${REPO} do echo $i if [ ! -d ${ZZ}/$i ]