Skip to content

Commit a3ae66b

Browse files
committed
redirect
1 parent 71b5ff2 commit a3ae66b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN apt-get update ;\
1010
apt-get update ;\
1111
DEBIAN_FRONTEND=noninteractive apt-get -o APT::Get::AllowUnauthenticated=true install --no-install-recommends -y closure
1212
WORKDIR /opt/closure
13-
RUN mv examples/* . ; bash init.sh
13+
RUN mv examples/* . ; bash init.sh 2>&1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A SaaH-HaaS[-Spoke] topology may be useful when you can't forward the WireGuard
3131

3232
### Configuration
3333

34-
For step 2 below, move everything in `examples/` out to the parent directory. The files to edit are:
34+
When completing step 2 below, move everything in `examples/` out to the parent directory. The files to edit are:
3535

3636
- `dhcp/*dhcp*`: DHCP config, if you want to use the node as a DHCP server without Pi-hole
3737
- `netplan.yml`: primary network config

0 commit comments

Comments
 (0)