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