Skip to content

Commit 5534e85

Browse files
committed
IN medley script, remove forcing wsl1 to use vnc
1 parent 38f4179 commit 5534e85

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

scripts/medley/medley.command

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,12 +1002,6 @@ do
10021002
shift
10031003
done
10041004
1005-
# if running on WSL1, force use_vnc
1006-
if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ]
1007-
then
1008-
use_vnc=true
1009-
fi
1010-
10111005
10121006
# Process run_id
10131007
# if it doesn't end in #, make sure that there is not another instance currently running with this same id

scripts/medley/medley_args.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,3 @@ do
412412
shift
413413
done
414414

415-
# if running on WSL1, force use_vnc
416-
if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ]
417-
then
418-
use_vnc=true
419-
fi
420-

0 commit comments

Comments
 (0)