summaryrefslogtreecommitdiff
path: root/others/vm3/vm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'others/vm3/vm.sh')
-rwxr-xr-xothers/vm3/vm.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/others/vm3/vm.sh b/others/vm3/vm.sh
index 30168ba..c36b0ae 100755
--- a/others/vm3/vm.sh
+++ b/others/vm3/vm.sh
@@ -35,8 +35,8 @@ case $category in
35 start) 35 start)
36 $SCRIPT_DIR/compute/start.sh "$@" 36 $SCRIPT_DIR/compute/start.sh "$@"
37 ;; 37 ;;
38 list) 38 ls)
39 $SCRIPT_DIR/compute/list.sh "$@" 39 $SCRIPT_DIR/compute/ls.sh "$@"
40 ;; 40 ;;
41 shutdown) 41 shutdown)
42 $SCRIPT_DIR/compute/shutdown.sh "$@" 42 $SCRIPT_DIR/compute/shutdown.sh "$@"
@@ -45,7 +45,7 @@ case $category in
45 $SCRIPT_DIR/compute/delete.sh "$@" 45 $SCRIPT_DIR/compute/delete.sh "$@"
46 ;; 46 ;;
47 *) 47 *)
48 echo -e "Available compute actions: \ncreate\nstart\nlist\nshutdown\ndelete" 48 echo -e "Available compute actions: \ncreate\nstart\nls\nshutdown\ndelete"
49 exit 1 49 exit 1
50 ;; 50 ;;
51 esac 51 esac