From 3f909c5ec0685039d387630db59b6ffeb223ead8 Mon Sep 17 00:00:00 2001 From: eylenburg <84839316+eylenburg@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:35:46 +0100 Subject: [PATCH] Update winapps Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> --- bin/winapps | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index 1ac8056..6d12a2d 100755 --- a/bin/winapps +++ b/bin/winapps @@ -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"