From 55b03ca1552e08ef1ca1e8ba1db228c7e7446062 Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 21:28:31 +0000 Subject: [PATCH] Update build.sh --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9e513e3..939512c 100644 --- a/build.sh +++ b/build.sh @@ -4,8 +4,7 @@ topdir=`pwd` for dir in `find /etc/lixonet/* -type d -maxdepth 0` do - # Pop directory - cd $topdir + echo "Inspecting $dir..." dir=${dir%*/} # remove the trailing "/" netname=${dir##*/} # print everything after the final "/" @@ -52,4 +51,7 @@ do find /etc/bird/$netname/ -type f -name '*.tmpl' | xargs -I '{}' rm -f {} #docker-compose up -d --build + + # Pop directory + cd $topdir done