We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06b8e1 commit 9813139Copy full SHA for 9813139
run-celery-local.sh
@@ -12,7 +12,7 @@ fi
12
# Activate virtual environment from .venv folder instead of venv
13
source .venv/bin/activate
14
15
-cd api
+cd api || { echo "Error: Cannot change to api directory"; exit 1; }
16
17
# Check if .env exists (should have been created by run-local.sh)
18
if [ ! -f .env ]; then
0 commit comments