diff options
Diffstat (limited to 'kvmd/apps/vnc/__init__.py')
-rw-r--r-- | kvmd/apps/vnc/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/apps/vnc/__init__.py b/kvmd/apps/vnc/__init__.py index 534768a3..f252e404 100644 --- a/kvmd/apps/vnc/__init__.py +++ b/kvmd/apps/vnc/__init__.py @@ -39,6 +39,7 @@ def main(argv: Optional[List[str]]=None) -> None: config = init( prog="kvmd-vnc", description="VNC to KVMD proxy", + check_run=True, argv=argv, )[2].vnc |