chore(striker-ui-api): un-verbose building vnc pipes

main
Tsu-ba-me 2 years ago
parent d64e5ff17f
commit 6c1910d6e3
  1. 2
      striker-ui-api/src/lib/accessModule.ts

@ -390,7 +390,7 @@ const vncpipe = async (serverUuid: string, open?: boolean) => {
{
shell_call: `${
SERVER_PATHS.usr.sbin['striker-manage-vnc-pipes'].self
} -vv --server-uuid ${serverUuid} --component st${
} --server-uuid ${serverUuid} --component st${
open ? ' --open' : ''
}`,
},

Loading…
Cancel
Save