Update build.sh

This commit is contained in:
sump pump 2020-05-21 21:28:31 +00:00
parent 3d685cc4bc
commit 55b03ca155

@ -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