Fix syntax error

This commit is contained in:
Leo Krueger 2014-03-22 10:31:58 +01:00
parent 0282edc89d
commit afea813d86

View file

@ -21,5 +21,6 @@ fi
ps -C "dnsmasq" 2>&1>/dev/null
if [[ $? -ne 0 ]]
then
/usr/sbin/service dnsmasq restart
fi