Fix syntax error
This commit is contained in:
parent
0282edc89d
commit
afea813d86
|
@ -21,5 +21,6 @@ fi
|
||||||
|
|
||||||
ps -C "dnsmasq" 2>&1>/dev/null
|
ps -C "dnsmasq" 2>&1>/dev/null
|
||||||
if [[ $? -ne 0 ]]
|
if [[ $? -ne 0 ]]
|
||||||
|
then
|
||||||
/usr/sbin/service dnsmasq restart
|
/usr/sbin/service dnsmasq restart
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue