From 765e69ce4d88a4ef6c1028cc117b3f233a285f0e Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Fri, 12 May 2023 09:44:51 +0200 Subject: [PATCH] fix(systemd-timedated): correct typo in override path --- modules.d/01systemd-timedated/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/01systemd-timedated/module-setup.sh b/modules.d/01systemd-timedated/module-setup.sh index 5f85f2aea..5e9c5caf9 100755 --- a/modules.d/01systemd-timedated/module-setup.sh +++ b/modules.d/01systemd-timedated/module-setup.sh @@ -41,6 +41,6 @@ install() { if [[ $hostonly ]]; then inst_multiple -H -o \ "$systemdsystemconfdir"/systemd-timedated.service \ - "$systemdsystemconfdir/systemd-timedated.service/*.conf" + "$systemdsystemconfdir/systemd-timedated.service.d/*.conf" fi } -- 2.47.2