Update contrib/container/execute.sh

Co-authored-by: ChristianSchindler <52111837+ChristianSchindler@users.noreply.github.com>
This commit is contained in:
Matthias Mair 2024-08-23 17:32:50 +02:00 committed by GitHub
parent ac331704aa
commit 8d8fbd43a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ if [ ! -e "$db_version_old" ]; then
echo "Setup command completed." echo "Setup command completed."
echo "$new_version" > "$db_version_old" echo "$new_version" > "$db_version_old"
exit 0
fi fi
old_version=$(cat "$db_version_old") old_version=$(cat "$db_version_old")
echo "old version $old_version" echo "old version $old_version"