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