forked from github/dataease
refactor: 优化dectl version脚本
This commit is contained in:
parent
11e0da0351
commit
c606cbea09
@ -196,8 +196,8 @@ function uninstall() {
|
|||||||
function version() {
|
function version() {
|
||||||
echo
|
echo
|
||||||
_get_current_version
|
_get_current_version
|
||||||
_get_latest_version
|
|
||||||
echo "current version is $current_version"
|
echo "current version is $current_version"
|
||||||
|
_get_latest_version
|
||||||
echo "latest version is $latest_version"
|
echo "latest version is $latest_version"
|
||||||
}
|
}
|
||||||
function _clear_component_docker_images() {
|
function _clear_component_docker_images() {
|
||||||
|
Loading…
Reference in New Issue
Block a user