mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-22 18:51:48 +02:00
vncserver: refactor
This commit is contained in:
parent
f15aae2db8
commit
b26a20d44d
@ -32,13 +32,11 @@
|
|||||||
&DetectFontPath();
|
&DetectFontPath();
|
||||||
|
|
||||||
&ParseAndProcessCliOptions();
|
&ParseAndProcessCliOptions();
|
||||||
|
$vncPort = 5900 + $displayNumber;
|
||||||
|
$desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
||||||
|
|
||||||
&CreateDotVncDir();
|
&CreateDotVncDir();
|
||||||
|
|
||||||
$vncPort = 5900 + $displayNumber;
|
|
||||||
|
|
||||||
$desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
|
||||||
|
|
||||||
my %default_opts;
|
my %default_opts;
|
||||||
my %config;
|
my %config;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user