mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-15 01:49:19 +01:00
vncserver: improve readability
This commit is contained in:
parent
1165159180
commit
b330856d67
@ -404,10 +404,12 @@ if (! $skipxstartup) {
|
|||||||
}
|
}
|
||||||
warn "Log file is $desktopLog\n\n";
|
warn "Log file is $desktopLog\n\n";
|
||||||
|
|
||||||
&DetectDisplay();
|
if (! $skipxstartup) {
|
||||||
$ENV{VNCDESKTOP}= $desktopName;
|
&DetectDisplay();
|
||||||
|
$ENV{VNCDESKTOP}= $desktopName;
|
||||||
|
|
||||||
&RunXstartup();
|
&RunXstartup();
|
||||||
|
}
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user