From cdb5c3ef7f5d57f991bb3988a9870a0d436c1c1a Mon Sep 17 00:00:00 2001 From: eylenburg <84839316+eylenburg@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:16:17 +0100 Subject: [PATCH] Update TimeSync.ps1 Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> --- oem/TimeSync.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/TimeSync.ps1 b/oem/TimeSync.ps1 index 3f475c9..c2519db 100644 --- a/oem/TimeSync.ps1 +++ b/oem/TimeSync.ps1 @@ -1,7 +1,7 @@ # Script to monitor if there is a sleep_marker created by WinApps (indicating the Linux host was suspended) in order to trigger a time sync as the time in the Windows VM will otherwise drift while Linux is suspended. # Define the path to monitor. Make sure this matches the location for the sleep_marker in the Winapps script (need to match the APPDATA path). -$filePath = "\\tsclient\home\.local\share\linoffice\sleep_marker" +$filePath = "\\tsclient\home\.local\share\winapps\sleep_marker" $networkPath = "\\tsclient\home" # Function to check and handle file