From 304072ea106a44dec74e07011d309a77ff69b18d Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Wed, 4 Jan 2023 21:58:23 -0800 Subject: [PATCH] Fix typo in startup.sh --- abra.sh | 2 +- startup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index a94bcc2..e038c82 100644 --- a/abra.sh +++ b/abra.sh @@ -1 +1 @@ -export STARTUP_SH_VERSION=v4 +export STARTUP_SH_VERSION=v5 diff --git a/startup.sh b/startup.sh index 9afb753..b119bdf 100755 --- a/startup.sh +++ b/startup.sh @@ -2,7 +2,7 @@ cd "$VOILA_DIRECTORY" || true -if [-eq "$REQUIREMENTS_PATH" ]; then +if [-r "$REQUIREMENTS_PATH" ]; then pip install -r "$REQUIREMENTS_PATH" fi