mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
dhcp: Fix syntax error in dhcpcd.exe.
http://forum.ipfire.org/index.php?topic=5418.msg38636#msg38636
This commit is contained in:
committed by
Arne Fitzenreiter
parent
a6cbada13e
commit
44b2f168bb
@@ -39,7 +39,7 @@ dhcpcd_up()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Check if we have to restart the services at update
|
#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
|
if [ "$old_domain_name_service" != "$new_domain_name_service" ]; then
|
||||||
update=1;
|
update=1;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user