Fix stupid edit botch in previous, pointed out by leot@ (thanks).
This commit is contained in:
parent
0db5b60ce4
commit
397150f671
|
@ -184,7 +184,7 @@ if $changed; then
|
|||
eval $dnsmasq_restart
|
||||
elif [ -n "$RESTARTCMD" ]; then
|
||||
set -- ${dnsmasq_service}
|
||||
eval "$RESTARTCMD""
|
||||
eval "$RESTARTCMD"
|
||||
else
|
||||
@SBINDIR@/resolvconf -r ${dnsmasq_service}
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue