Skip to content

Commit 87fafe9

Browse files
authored
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)
1 parent 7f3a3d1 commit 87fafe9

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
@@ -1008,12 +1008,6 @@ do
10081008
shift
10091009
done
10101010
1011-
# if running on WSL1, force use_vnc
1012-
if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ]
1013-
then
1014-
use_vnc=true
1015-
fi
1016-
10171011
10181012
# Process run_id
10191013
# 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
@@ -416,9 +416,3 @@ do
416416
shift
417417
done
418418

419-
# if running on WSL1, force use_vnc
420-
if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ]
421-
then
422-
use_vnc=true
423-
fi
424-

0 commit comments

Comments
 (0)