mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-23 16:43:15 +01:00
vncserver: fix -debug
This commit is contained in:
parent
303fde284e
commit
f3681c87f9
@ -984,6 +984,9 @@ sub SwallowedArgs {
|
||||
if ($opt{"-interface"}) {
|
||||
$cmd .= " " . "-interface " . quotedString($opt{"-interface"});
|
||||
}
|
||||
if ($opt{"-log"}) {
|
||||
$cmd .= " " . "-log " . quotedString($opt{"-log"});
|
||||
}
|
||||
|
||||
$cmd;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user