mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +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
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user