Update build.sh
This commit is contained in:
parent
0b421179f6
commit
2fd27ed106
5
build.sh
5
build.sh
@ -48,6 +48,11 @@ do
|
|||||||
cp -r ../bird/* bird/
|
cp -r ../bird/* bird/
|
||||||
cp -r ../bind/* bind/
|
cp -r ../bind/* bind/
|
||||||
|
|
||||||
|
# Copy system-local custom files (if they even exist)
|
||||||
|
cp -r $dir/tinc/ bind/
|
||||||
|
cp -r $dir/bird/ bind/
|
||||||
|
cp -r $dir/bind/ bind/
|
||||||
|
|
||||||
# Tinc
|
# Tinc
|
||||||
# Remove existing configuration
|
# Remove existing configuration
|
||||||
rm -v -rf /etc/tinc/$netname/*
|
rm -v -rf /etc/tinc/$netname/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user