From 5d5fd51a7adfa5d10a6ed3d949ff0ecaa6c64642 Mon Sep 17 00:00:00 2001 From: teacup-on-rockingchair <315160+teacup-on-rockingchair@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:36:13 +0200 Subject: [PATCH] Make sure custom timesyncd configuration files directory is setup for test environment Thanks to @jan-cerny for the suggestion --- .../service_timesyncd_root_distance_configured/tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/services/ntp/service_timesyncd_root_distance_configured/tests/common.sh b/linux_os/guide/services/ntp/service_timesyncd_root_distance_configured/tests/common.sh index 01d815b5e93..4724bd63b8a 100644 --- a/linux_os/guide/services/ntp/service_timesyncd_root_distance_configured/tests/common.sh +++ b/linux_os/guide/services/ntp/service_timesyncd_root_distance_configured/tests/common.sh @@ -1,4 +1,4 @@ #!/bin/bash - +mkdir -p /etc/systemd/timesyncd.d/ echo "" > /etc/systemd/timesyncd.conf echo "" > /etc/systemd/timesyncd.d/oscap-remedy.conf