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