1
0
mirror of synced 2026-02-28 17:39:30 +00:00

IN medley script, remove forcing wsl1 to use vnc

This commit is contained in:
Frank Halasz
2025-06-03 20:03:50 -07:00
parent 38f417907a
commit 5534e85a12
2 changed files with 0 additions and 12 deletions

View File

@@ -1002,12 +1002,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

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