You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local dnsmasq_pid=`cat /var/run/dnsmasq.pid 2>/dev/null || cat /var/run/dnsmasq/dnsmasq.pid 2>/dev/null`
changed to: local dnsmasq_pid=`cat /var/run/dnsmasq.pid 2>/dev/null || cat /var/run/dnsmasq/dnsmasq.pid 2>/dev/null || pidof dnsmasq`
The text was updated successfully, but these errors were encountered:
shawnchain
changed the title
restart dnsmasq failed on LEDE 17.01.4 due to the pid name changes.
restart dnsmasq failed on LEDE 17.01.4 due to the pid file name changes.
Jan 17, 2018
network-feeds/minivtun-tools/files/usr/lib/minivtun/invoke.sh
Line 297 in daf8aff
changed to:
local dnsmasq_pid=`cat /var/run/dnsmasq.pid 2>/dev/null || cat /var/run/dnsmasq/dnsmasq.pid 2>/dev/null || pidof dnsmasq`
The text was updated successfully, but these errors were encountered: