projects
/
invirt/packages/invirt-remote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a typo in invirt-vmcontrol
[invirt/packages/invirt-remote.git]
/
files
/
usr
/
sbin
/
invirt-vmcontrol
diff --git
a/files/usr/sbin/invirt-vmcontrol
b/files/usr/sbin/invirt-vmcontrol
index
520aebd
..
5a47705
100755
(executable)
--- a/
files/usr/sbin/invirt-vmcontrol
+++ b/
files/usr/sbin/invirt-vmcontrol
@@
-42,6
+42,7
@@
case "$ACTION" in
;;
vnctoken)
invirt-vnc-authtoken "$ORIGMACHINE"
+ ;;
*)
echo "ERROR: Invalid Command"
exit 34