vncserver: extract PrintLogFilenameAndConfiguredUsersAndStuff()
This commit is contained in:
@@ -43,9 +43,7 @@ use Time::HiRes qw (sleep);
|
||||
&PrepareDefaultsForPassingToXvnc();
|
||||
&StartXvncOrExit();
|
||||
|
||||
warn "\nNew '$desktopName' desktop is $host:$displayNumber\n";
|
||||
&PrintKasmUsers();
|
||||
warn "Log file is $desktopLog\n\n";
|
||||
&PrintLogFilenameAndConfiguredUsersAndStuff();
|
||||
|
||||
&CreateUserConfigIfNeeded();
|
||||
|
||||
@@ -1087,3 +1085,9 @@ sub PrepareLoggingAndXvncKillingFramework {
|
||||
sub AllowXProgramsToConnectToXvnc {
|
||||
&SetupXauthorityFile();
|
||||
}
|
||||
|
||||
sub PrintLogFilenameAndConfiguredUsersAndStuff {
|
||||
warn "\nNew '$desktopName' desktop is $host:$displayNumber\n";
|
||||
&PrintKasmUsers();
|
||||
warn "Log file is $desktopLog\n\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user