Fix typo in startup.sh

This commit is contained in:
Cassowary 2023-01-04 21:58:23 -08:00
parent aace9996bf
commit 304072ea10
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export STARTUP_SH_VERSION=v4
export STARTUP_SH_VERSION=v5

View File

@ -2,7 +2,7 @@
cd "$VOILA_DIRECTORY" || true
if [-eq "$REQUIREMENTS_PATH" ]; then
if [-r "$REQUIREMENTS_PATH" ]; then
pip install -r "$REQUIREMENTS_PATH"
fi