Fix stupid edit botch in previous, pointed out by leot@ (thanks).

This commit is contained in:
kre 2018-10-09 02:53:11 +00:00
parent 0db5b60ce4
commit 397150f671
1 changed files with 1 additions and 1 deletions

View File

@ -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