From 02acedd09eb7222eaaf0f5256f3ddec26d658360 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Tue, 20 Apr 2021 05:57:59 +0000 Subject: [PATCH] fix(systemd-sysctl): sysctl global variables --- modules.d/01systemd-sysctl/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3