]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-sysctl): sysctl global variables
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 20 Apr 2021 05:57:59 +0000 (05:57 +0000)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 20 Apr 2021 08:52:45 +0000 (10:52 +0200)
modules.d/01systemd-sysctl/module-setup.sh

index 38a2640a5401e4f0377067117294d37b394df27d..f12ce8e5d875603e219430e5a68f97bac55c0eb1 100755 (executable)
@@ -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