mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 17:48:27 +08:00
参数错误
This commit is contained in:
parent
e9f6847e57
commit
eb6fe87485
@ -3,7 +3,7 @@ CURRENT_DIR=$(dirname $(readlink -f "$0"))
|
||||
if [[ ! -d $TMPDIR/tmp ]]; then
|
||||
mkdir -p $TMPDIR/tmp
|
||||
fi
|
||||
noVNCOption="--vnc localhost:5901"
|
||||
noVNCOption="--listen localhost:6080"
|
||||
VNCServerOption="-localhost yes"
|
||||
if [[ -f $HOME/.config/deepin-wine-runner/vnc-public ]]; then
|
||||
unset noVNCOption
|
||||
|
Loading…
Reference in New Issue
Block a user