From: Michael Tremer Date: Fri, 4 Nov 2011 14:07:34 +0000 (+0100) Subject: dhcp: Fix syntax error in dhcpcd.exe. X-Git-Tag: v2.9-core54~13^2~12^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57c22fd6d09880e89b9f4ee1385f060269ab2d30;p=people%2Fms%2Fipfire-2.x.git dhcp: Fix syntax error in dhcpcd.exe. http://forum.ipfire.org/index.php?topic=5418.msg38636#msg38636 --- diff --git a/src/initscripts/init.d/networking/dhcpcd.exe b/src/initscripts/init.d/networking/dhcpcd.exe index ac835c5b9e..d61c3d5f02 100644 --- a/src/initscripts/init.d/networking/dhcpcd.exe +++ b/src/initscripts/init.d/networking/dhcpcd.exe @@ -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