Skip to content

Commit cd19da3

Browse files
aafeijoo-susejohannbg
authored andcommitted
refactor(network-legacy): use more precise global variables
1 parent 1922b12 commit cd19da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules.d/35network-legacy/module-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install() {
2424

2525
#Adding default link
2626
if dracut_module_included "systemd"; then
27-
inst_multiple -o "${systemdutildir}/network/99-default.link"
27+
inst_multiple -o "${systemdnetwork}/99-default.link"
2828
[[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
2929
fi
3030

0 commit comments

Comments
 (0)