unadvisable use of cat
This commit is contained in:
parent
fec77a44b5
commit
8611dab602
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ in rec {
|
||||||
up = ''
|
up = ''
|
||||||
. ${serviceFns}
|
. ${serviceFns}
|
||||||
( in_outputs ${name}
|
( in_outputs ${name}
|
||||||
for i in $(cat $(output ${services.dhcpc} dns)); do
|
for i in $(output ${services.dhcpc} dns); do
|
||||||
echo "nameserver $i" > resolv.conf
|
echo "nameserver $i" > resolv.conf
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue