Skip to content

Commit

Permalink
fix(systemd-timedated): correct typo in override path
Browse files Browse the repository at this point in the history
  • Loading branch information
aafeijoo-suse committed Jun 22, 2023
1 parent 2d08302 commit 765e69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/01systemd-timedated/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 765e69c

Please sign in to comment.