mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-12 16:41:04 +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";
|
||||
|
||||
&DetectDisplay();
|
||||
$ENV{VNCDESKTOP}= $desktopName;
|
||||
if (! $skipxstartup) {
|
||||
&DetectDisplay();
|
||||
$ENV{VNCDESKTOP}= $desktopName;
|
||||
|
||||
&RunXstartup();
|
||||
&RunXstartup();
|
||||
}
|
||||
|
||||
exit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user