More ignores

This commit is contained in:
Manevolent 2021-09-21 19:20:12 -06:00
parent 85dd4b33f3
commit 4c64b5bad6
No known key found for this signature in database
GPG Key ID: 2E9B7592DFA4F344

View File

@ -57,13 +57,17 @@ do
mkdir --verbose tinc && cp -rv ../tinc/* tinc/
mkdir --verbose bird && cp -rv ../bird/* bird/
mkdir --verbose bind && cp -rv ../bind/* bind/
mkdir --verbose wireguard && cp -rv ../wireguard/* wireguard/
if [ "${wg_enabled:-0}" -eq "1" ]; then
mkdir --verbose wireguard && cp -rv ../wireguard/* wireguard/
fi
# Copy system-local custom files (if they even exist)
cp -rv $dir/tinc/* tinc/
cp -rv $dir/bird/* bird/
cp -rv $dir/bind/* bind/
cp -rv $dir/wireguard/* wireguard/
if [ "${wg_enabled:-0}" -eq "1" ]; then
cp -rv $dir/wireguard/* wireguard/
fi
# Tinc
# Remove existing configuration