check_version output format
This commit is contained in:
parent
525b711005
commit
daa959bd14
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "git: ${git_version}, api: ${api_version}, ui: ${ui_version}"
|
echo "git: ${git_version}, api: ${api_version}, ui: ${ui_version}"
|
||||||
echo "installer: ${install_version}, compose: ${compose_version} => ${mark}"
|
echo "installer: ${install_version}, compose: ${compose_version}"
|
||||||
|
echo ">>>>> RESULT: ${mark} <<<<<"
|
||||||
|
|
||||||
[ "${mark}" = "✅️" ] || exit 1
|
[ "${mark}" = "✅️" ] || exit 1
|
||||||
|
|
Loading…
Reference in a new issue