mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-01-21 05:18:50 +01:00
vncserver: refactor
This commit is contained in:
parent
34565c5950
commit
5635096978
@ -47,12 +47,10 @@ warn "\nNew '$desktopName' desktop is $host:$displayNumber\n";
|
||||
&PrintKasmUsers();
|
||||
warn "Log file is $desktopLog\n\n";
|
||||
|
||||
if (! $skipxstartup) {
|
||||
&CreateXstartupIfNeeded();
|
||||
}
|
||||
&CreateUserConfigIfNeeded();
|
||||
|
||||
if (! $skipxstartup) {
|
||||
&CreateXstartupIfNeeded();
|
||||
&RunXstartup();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user