aboutsummaryrefslogtreecommitdiff
path: root/conf/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conf/entrypoint.sh')
-rwxr-xr-xconf/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/entrypoint.sh b/conf/entrypoint.sh
index 8fc10f5..1e0483e 100755
--- a/conf/entrypoint.sh
+++ b/conf/entrypoint.sh
@@ -39,7 +39,7 @@ if [ "$NIGHTLY" == "True" -o "$NIGHTLY" == "true" ]; then
else
# Get the latest release from PyPI.
#pip install --no-cache-dir --upgrade ihatemoney
- pip install --no-cache-dir -e /ihatemoney
+ echo "Starting normally"
fi
# Start gunicorn without forking