Update update-version-file.sh

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-08 13:45:14 +02:00
committed by GitHub
parent c03c6aa990
commit e3a07d5215
+2
View File
@@ -8,6 +8,8 @@ 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