mirror of
https://github.com/winapps-org/winapps.git
synced 2025-09-15 22:19:30 +02:00
Update TimeSync.ps1
Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
# 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).
|
# 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"
|
$networkPath = "\\tsclient\home"
|
||||||
|
|
||||||
# Function to check and handle file
|
# Function to check and handle file
|
||||||
|
Reference in New Issue
Block a user