From eea50b9b2c6963e7b0f5cdb3fda3684c51958533 Mon Sep 17 00:00:00 2001 From: am97 Date: Sun, 23 Feb 2020 19:27:39 +0100 Subject: [PATCH] Misc small updates (#536) --- CHANGELOG.rst | 2 +- conf/entrypoint.sh | 4 ++-- docs/index.rst | 4 ++-- docs/installation.rst | 4 +++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f4f4b5aa..76831ccb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -54,7 +54,7 @@ Changed - Improve usability specially for small screen (#441) - Replace export forms by links (#450) - Rework homepage design (#445) -- Docker now downloads IHM from Pypy or the reference git repo (#446) +- Docker now downloads IHM from PyPI or the reference git repo (#446) - Arrange navbar items by functions (#445) diff --git a/conf/entrypoint.sh b/conf/entrypoint.sh index 07dcc63e..0d5a7a39 100755 --- a/conf/entrypoint.sh +++ b/conf/entrypoint.sh @@ -22,7 +22,7 @@ ALLOW_PUBLIC_PROJECT_CREATION = $ALLOW_PUBLIC_PROJECT_CREATION ACTIVATE_ADMIN_DASHBOARD = $ACTIVATE_ADMIN_DASHBOARD EOF -if [ ! -z "$NIGHTLY" ]; then +if [ "$NIGHTLY" == "True" -o "$NIGHTLY" == "true" ]; then # Clone or update repository into /ihatemoney. if [ ! -d /ihatemoney/.git ]; then echo "Cloning..." @@ -36,7 +36,7 @@ if [ ! -z "$NIGHTLY" ]; then fi pip install --no-cache-dir -e /ihatemoney else - # Get the latest release from PyPy. + # Get the latest release from PyPI. pip install --no-cache-dir --upgrade ihatemoney fi diff --git a/docs/index.rst b/docs/index.rst index 915f3243..3b55c35c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,8 +9,8 @@ I hate money is written in python, using the `flask