Update build.sh
This commit is contained in:
parent
fa351ef810
commit
a80f8413ce
2
build.sh
2
build.sh
@ -119,7 +119,7 @@ do
|
|||||||
# Remove existing configuration
|
# Remove existing configuration
|
||||||
rm -v -rf $config_out/bind/*
|
rm -v -rf $config_out/bind/*
|
||||||
# Copy all bind default files to /etc/(bind)
|
# Copy all bind default files to /etc/(bind)
|
||||||
find bind -type d | xargs -I '{}' mkdir --verbose -p $config_out/bind/{}
|
find bind -type d | xargs -I '{}' mkdir --verbose -p $config_out/{}
|
||||||
find bind -type f | sed -e "s@bind/@@g" | xargs -I '{}' cp --verbose bind/{} $config_out/bind/{}
|
find bind -type f | sed -e "s@bind/@@g" | xargs -I '{}' cp --verbose bind/{} $config_out/bind/{}
|
||||||
# Fill out templates and remove them after
|
# Fill out templates and remove them after
|
||||||
process_templates "$config_out/bind/" "$sigil_vars"
|
process_templates "$config_out/bind/" "$sigil_vars"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user