source:
trunk/packages/invirt-remote-server/files/usr/sbin/invirt-remote-vnccert
@
1406
Last change on this file since 1406 was 1402, checked in by broder, 16 years ago | |
---|---|
|
|
File size: 132 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # Get the VNC cert for the host passed as the first argument |
3 | |
4 | klist -s || kinit -k |
5 | |
6 | exec remctl "$1" remote web vnccert |
Note: See TracBrowser
for help on using the repository browser.