Update update-version-file.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -8,8 +8,6 @@ if test -f "/containers/apps/${app}/latest-version.sh"; then
|
|||||||
echo "${version}" | tee "/containers/apps/${app}/VERSION" >/dev/null
|
echo "${version}" | tee "/containers/apps/${app}/VERSION" >/dev/null
|
||||||
echo "App: ${app} using version: ${version}"
|
echo "App: ${app} using version: ${version}"
|
||||||
fi
|
fi
|
||||||
else if test -f "/containers/apps/${app}/VERSION"; then
|
|
||||||
version=$(bash "/containers/apps/${app}/VERSION")
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -f "/containers/apps/${app}/BASE"; then
|
if test -f "/containers/apps/${app}/BASE"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user