Update build.sh

This commit is contained in:
Manevolent 2023-04-23 18:28:03 -06:00 committed by GitHub
parent 758fa79fe5
commit 769b9b6ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,9 @@ topdir=`pwd`
for dir in `find /etc/lixonet/* -type d -maxdepth 0`
do
dir=${dir%*/} # remove the trailing "/"
netname=${dir##*/} # print everything after the final "/"
config_out="/etc/lixonet/${netname}/.config"
export dir=${dir%*/} # remove the trailing "/"
export netname=${dir##*/} # print everything after the final "/"
export config_out="/etc/lixonet/${netname}/.config"
# Load relevant environment variables from lixonet.conf
unset git