check_version output format

This commit is contained in:
Jörn-Michael Miehe 2023-11-15 23:25:32 +01:00
parent 525b711005
commit daa959bd14

View file

@ -38,6 +38,7 @@ else
fi
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