From: Antonio Alvarez Feijoo Date: Fri, 12 May 2023 07:44:51 +0000 (+0200) Subject: fix(systemd-timedated): correct typo in override path X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=765e69ce4d88a4ef6c1028cc117b3f233a285f0e;p=thirdparty%2Fdracut.git fix(systemd-timedated): correct typo in override path --- 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 }