From: Jóhann B. Guðmundsson Date: Tue, 20 Apr 2021 05:57:59 +0000 (+0000) Subject: fix(systemd-sysctl): sysctl global variables X-Git-Tag: 054~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02acedd09eb7222eaaf0f5256f3ddec26d658360;p=thirdparty%2Fdracut.git fix(systemd-sysctl): sysctl global variables --- diff --git a/modules.d/01systemd-sysctl/module-setup.sh b/modules.d/01systemd-sysctl/module-setup.sh index 38a2640a5..f12ce8e5d 100755 --- a/modules.d/01systemd-sysctl/module-setup.sh +++ b/modules.d/01systemd-sysctl/module-setup.sh @@ -36,7 +36,7 @@ install() { if [[ $hostonly ]]; then inst_multiple -H -o \ /etc/sysctl.conf \ - "$sysctldconfdir"/*.conf \ + "$sysctlconfdir"/*.conf \ "$systemdsystemconfdir"/systemd-sysctl.service \ "$systemdsystemconfdir"/systemd-sysctl.service.d/*.conf fi