Add a missing quote
Spotted by: ru
This commit is contained in:
parent
ccb43d66aa
commit
5f9d14bd5f
@ -34,7 +34,7 @@ dhclient_start()
|
||||
fi
|
||||
|
||||
eval specific=\$background_dhclient_$ifn
|
||||
if [ -n "$specific ]; then
|
||||
if [ -n "$specific" ]; then
|
||||
if checkyesno background_dhclient_$ifn; then
|
||||
rc_flags="${rc_flags} -b"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user