From 823a1640bf329c09a0876d9669d0ff79a200943e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Sun, 20 May 2018 00:17:23 +0000 Subject: [PATCH] Remove update-settings from update subcommand --- install_re2o.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install_re2o.sh b/install_re2o.sh index 6fe11972..41c5482c 100755 --- a/install_re2o.sh +++ b/install_re2o.sh @@ -782,10 +782,9 @@ main_function() { echo " * {help} ---------- Display this quick usage documentation" echo " * {setup} --------- Launch the full interactive guide to setup entirely" echo " re2o from scratch" - echo " * {update} -------- Apply Django migrations, collect frontend statics and" - echo " install the missing APT and pip packages and" - echo " interactively rewrite the settings file" - echo " * {update-django} - Apply Django migration, collect and frontend statics" + echo " * {update} -------- Collect frontend statics, install the missing APT" + echo " and pip packages and apply the migrations to the DB" + echo " * {update-django} - Apply Django migration and collect frontend statics" echo " * {update-packages} Install the missing APT and pip packages" echo " * {update-settings} Interactively rewrite the settings file" echo " * {reset-db} ------ Erase the previous local database, setup a new empty" @@ -818,7 +817,6 @@ main_function() { update ) install_requirements update_django - interactive_update_settings ;; update-django )