fix: shellcheck changes (#10591)

This commit is contained in:
Tobias
2026-01-06 13:45:03 +01:00
committed by GitHub
parent 6e74b20150
commit 0e8341cb86
23 changed files with 30 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ function update_script() {
curl -fsSL "https://github.com/wger-project/wger/archive/refs/tags/$RELEASE.tar.gz" -o "$temp_file"
tar xzf "$temp_file"
cp -rf wger-"$RELEASE"/* /home/wger/src
cd /home/wger/src || exit
cd /home/wger/src
$STD pip install -r requirements_prod.txt --ignore-installed
$STD pip install -e .
$STD python3 manage.py migrate