1
0
mirror of synced 2026-01-25 20:06:44 +00:00

Medley script currently forces -vnc when using WSL1. This PR removes this infelicity. (#2180)

IMedley script currently forces -vnc when using WSL1.  This PR removes this infelicity. (#2180)
This commit is contained in:
Frank Halasz
2025-06-16 20:24:54 -07:00
committed by GitHub
parent 7f3a3d1f81
commit 87fafe901e
2 changed files with 0 additions and 12 deletions

View File

@@ -1008,12 +1008,6 @@ do
shift
done
# if running on WSL1, force use_vnc
if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ]
then
use_vnc=true
fi
# Process run_id
# if it doesn't end in #, make sure that there is not another instance currently running with this same id

View File

@@ -416,9 +416,3 @@ do
shift
done
# if running on WSL1, force use_vnc
if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ]
then
use_vnc=true
fi