1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-02 02:08:43 +02:00

Fix missing newline and broken append in config files

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-07-20 20:48:58 +02:00
parent 360a9538c5
commit 2ded2649a8
5 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
SERVICES+="unbound dnsmasq"
SERVICES="$SERVICES unbound dnsmasq"