diff --git a/build.sh b/build.sh index fe6c303..7ed0f66 100644 --- a/build.sh +++ b/build.sh @@ -2,8 +2,7 @@ topdir=`pwd` -for dir in /etc/lixonet/*/ # list directories in the form "/tmp/dirname/" -do +for dir in `find /etc/lixonet/* -type d -maxdepth 0` # Pop directory cd $topdir