This commit is contained in:
Torsten Raudssus 2024-11-17 22:03:06 +01:00
parent 99be3f74c0
commit a6d80aaa6d

View file

@ -15,7 +15,7 @@ cat <<EOF
EOF EOF
if [ -e "requirements.txt" ]; then if [ -e "requirements.txt" ]; then
exec pip install -r requirements.txt pip install -r requirements.txt
fi fi
if [[ -z "$@" ]]; then if [[ -z "$@" ]]; then