From 2fd27ed106b08a425cf44676b037f0128a57d7ab Mon Sep 17 00:00:00 2001 From: sump pump Date: Sun, 21 Jun 2020 05:12:14 +0000 Subject: [PATCH] Update build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 58a7bda..557e430 100644 --- a/build.sh +++ b/build.sh @@ -48,6 +48,11 @@ do cp -r ../bird/* bird/ 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 # Remove existing configuration rm -v -rf /etc/tinc/$netname/*