vncserver: improve readability

KASM-1609_select_de_to_run
Dmitry Maksyoma 4 years ago
parent 1165159180
commit b330856d67

@ -404,10 +404,12 @@ if (! $skipxstartup) {
} }
warn "Log file is $desktopLog\n\n"; warn "Log file is $desktopLog\n\n";
if (! $skipxstartup) {
&DetectDisplay(); &DetectDisplay();
$ENV{VNCDESKTOP}= $desktopName; $ENV{VNCDESKTOP}= $desktopName;
&RunXstartup(); &RunXstartup();
}
exit; exit;

Loading…
Cancel
Save