mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update contrib/container/execute.sh
Co-authored-by: ChristianSchindler <52111837+ChristianSchindler@users.noreply.github.com>
This commit is contained in:
parent
ac331704aa
commit
8d8fbd43a7
@ -12,6 +12,7 @@ if [ ! -e "$db_version_old" ]; then
|
||||
|
||||
echo "Setup command completed."
|
||||
echo "$new_version" > "$db_version_old"
|
||||
exit 0
|
||||
fi
|
||||
old_version=$(cat "$db_version_old")
|
||||
echo "old version $old_version"
|
||||
|
Loading…
Reference in New Issue
Block a user