echo gogs versions
This commit is contained in:
parent
fbd98fe640
commit
fdc1a4f8bf
|
@ -141,6 +141,8 @@ function upgrade_gogs {
|
|||
fi
|
||||
|
||||
CURR_GOGS_VERSION=$(get_completion_param "gogs version")
|
||||
echo "gogs current version: ${CURR_GOGS_VERSION}"
|
||||
echo "gogs app version: ${GOGS_VERSION}"
|
||||
if [[ "${CURR_GOGS_VERSION}" == "${GOGS_VERSION}" ]]; then
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue