STacked commands breaking stuff
This commit is contained in:
parent
4c64b5bad6
commit
e8115f0cf2
8
build.sh
8
build.sh
@ -54,11 +54,11 @@ do
|
|||||||
cp -rv "$(basename "$git" .git)"/* work/ && cd work
|
cp -rv "$(basename "$git" .git)"/* work/ && cd work
|
||||||
|
|
||||||
# Copy default files
|
# Copy default files
|
||||||
mkdir --verbose tinc && cp -rv ../tinc/* tinc/
|
mkdir --verbose tinc; cp -rv ../tinc/* tinc/
|
||||||
mkdir --verbose bird && cp -rv ../bird/* bird/
|
mkdir --verbose bird; cp -rv ../bird/* bird/
|
||||||
mkdir --verbose bind && cp -rv ../bind/* bind/
|
mkdir --verbose bind; cp -rv ../bind/* bind/
|
||||||
if [ "${wg_enabled:-0}" -eq "1" ]; then
|
if [ "${wg_enabled:-0}" -eq "1" ]; then
|
||||||
mkdir --verbose wireguard && cp -rv ../wireguard/* wireguard/
|
mkdir --verbose wireguard; cp -rv ../wireguard/* wireguard/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy system-local custom files (if they even exist)
|
# Copy system-local custom files (if they even exist)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user