vncserver: improve readability
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user