From 6f49e7a01ed42cb1227e5070f5d1095342e9bc29 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 29 Dec 2024 20:10:29 +0800 Subject: debian12-support --- others/vm3/vm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'others/vm3/vm.sh') 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 start) $SCRIPT_DIR/compute/start.sh "$@" ;; - list) - $SCRIPT_DIR/compute/list.sh "$@" + ls) + $SCRIPT_DIR/compute/ls.sh "$@" ;; shutdown) $SCRIPT_DIR/compute/shutdown.sh "$@" @@ -45,7 +45,7 @@ case $category in $SCRIPT_DIR/compute/delete.sh "$@" ;; *) - echo -e "Available compute actions: \ncreate\nstart\nlist\nshutdown\ndelete" + echo -e "Available compute actions: \ncreate\nstart\nls\nshutdown\ndelete" exit 1 ;; esac -- cgit v1.2.3-70-g09d2