From e9dbc69b63ed71183f93b658ec89cbb154c4111c Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 21:27:20 +0000 Subject: [PATCH] Update build.sh --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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