Update winapps

Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
This commit is contained in:
eylenburg
2025-06-23 14:35:46 +01:00
committed by Oskar Manhart
parent 836f3703f6
commit 3f909c5ec0

View File

@@ -674,7 +674,6 @@ function waTimeSync() {
# If uptime is significantly less than expected, system likely slept
if [[ "$UPTIME_DIFF" -gt 30 && ! -f "$SLEEP_MARKER" ]]; then
dprint "DETECTED SLEEP/WAKE CYCLE (uptime gap: ${UPTIME_DIFF}s). CREATING SLEEP MARKER TO SYNC WINDOWS TIME."
echo -e "Detected system sleep/wake cycle. Creating sleep marker to sync Windows time..."
# Create sleep marker which will be monitored by Windows VM to trigger time sync
touch "$SLEEP_MARKER"