vncserver: fix -debug

KASM-1609_select_de_to_run
Dmitry Maksyoma 4 years ago
parent c2d18f3829
commit 9a82b7debe

@ -979,6 +979,9 @@ sub SwallowedArgs {
if ($opt{"-interface"}) {
$cmd .= " " . "-interface " . quotedString($opt{"-interface"});
}
if ($opt{"-log"}) {
$cmd .= " " . "-log " . quotedString($opt{"-log"});
}
$cmd;
}

Loading…
Cancel
Save