Update update-version-file.sh

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-08 14:00:00 +02:00
committed by GitHub
parent a74c124043
commit 283f174150

View File

@@ -8,8 +8,6 @@ if test -f "/containers/apps/${app}/latest-version.sh"; then
echo "${version}" | tee "/containers/apps/${app}/VERSION" >/dev/null
echo "App: ${app} using version: ${version}"
fi
else if test -f "/containers/apps/${app}/VERSION"; then
version=$(bash "/containers/apps/${app}/VERSION")
fi
if test -f "/containers/apps/${app}/BASE"; then