From 218f9c037bc93e22ba8f8181ca257675c7efd3ae Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 20 Aug 2024 12:53:20 +0200 Subject: [PATCH] Make safer to execute --- contrib/container/execute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/container/execute.sh b/contrib/container/execute.sh index e766f97718..0a076d0d70 100755 --- a/contrib/container/execute.sh +++ b/contrib/container/execute.sh @@ -2,7 +2,7 @@ # File to check existence db_version_old="${INVENTREE_HOME}/db_version.old" -new_version="$(python3 .github/scripts/version_check.py only_version)" +new_version="$(python3 ${INVENTREE_HOME}/.github/scripts/version_check.py only_version)" # Check if the file exists if [ ! -e "$db_version_old" ]; then