net: Use correct default-path macro for downscript
Fixes: 63c4db4c2e
(net: relocate paths to helpers and scripts)
Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
f012bec890
commit
9925990d01
@ -953,7 +953,8 @@ free_fail:
|
||||
script = default_script = get_relocated_path(DEFAULT_NETWORK_SCRIPT);
|
||||
}
|
||||
if (!downscript) {
|
||||
downscript = default_downscript = get_relocated_path(DEFAULT_NETWORK_SCRIPT);
|
||||
downscript = default_downscript =
|
||||
get_relocated_path(DEFAULT_NETWORK_DOWN_SCRIPT);
|
||||
}
|
||||
|
||||
if (tap->has_ifname) {
|
||||
|
Loading…
Reference in New Issue
Block a user