Skip create table in kstore-init if db exist

This commit is contained in:
2023-09-23 23:33:01 +08:00
parent b134d89d40
commit 8e368db056
3 changed files with 7 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ function kcontext {
docker) shift; kcontext-docker "$@" ;;
s3-arch) shift; kcontext-s3-arch "$@" ;;
*)
__func_help "k8s ..."
__func_head "s3-arch ..."
__func_head "k8s ..."
__func_help "s3-arch ..."
__func_help "docker ..."
return 1
;;