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