dhcp: Fix syntax error in dhcpcd.exe.

http://forum.ipfire.org/index.php?topic=5418.msg38636#msg38636
This commit is contained in:
Michael Tremer
2011-11-04 15:07:34 +01:00
committed by Arne Fitzenreiter
parent a6cbada13e
commit 44b2f168bb

View File

@@ -39,7 +39,7 @@ dhcpcd_up()
fi
#Check if we have to restart the services at update
[ ! -e "/var/ipfire/red/active" ] update=1;
[ ! -e "/var/ipfire/red/active" ] && update=1;
if [ "$old_domain_name_service" != "$new_domain_name_service" ]; then
update=1;
fi