mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Unexpected comment line ending up in /etc/resolv.dnsmasq.conf (#312)
This commit is contained in:
parent
fee4272eac
commit
3f953699eb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ do_pre_regen() {
|
|||
cp plain/dnsmasq.conf ${pending_dir}/etc/dnsmasq.conf
|
||||
|
||||
# add resolver file
|
||||
cat plain/resolv.dnsmasq.conf | grep nameserver | shuf > ${pending_dir}/etc/resolv.dnsmasq.conf
|
||||
cat plain/resolv.dnsmasq.conf | grep "^nameserver" | shuf > ${pending_dir}/etc/resolv.dnsmasq.conf
|
||||
|
||||
# retrieve variables
|
||||
ipv4=$(curl -s -4 https://ip.yunohost.org 2>/dev/null || true)
|
||||
|
|
Loading…
Add table
Reference in a new issue