From 4251c32b3091fdfdbe3ab5a40806cd0cfb630efd Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 20 Mar 2021 21:24:38 +0100 Subject: [PATCH] Re-word new app language to emphasise config editing See https://git.autonomic.zone/coop-cloud/abra/issues/111#issuecomment-4407. --- abra | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/abra b/abra index 8a52494..4e0b7ed 100755 --- a/abra +++ b/abra @@ -915,10 +915,10 @@ sub_app_new (){ auto_gen_secrets fi - echo "$(tput setaf 4)Your new '$TYPE' is ready for action:$(tput sgr0)" - echo " $(tput setaf 3)Customise the configuration:" + echo "$(tput setaf 4)Your new '$TYPE' has been created!$(tput sgr0)" + echo " $(tput setaf 3)Please customise the configuration defaults:" echo " abra app $APP_NAME config$(tput sgr0)" - echo " $(tput setaf 2)Deploy it:" + echo " $(tput setaf 2)Then you can deploy it:" echo " abra app $APP_NAME deploy$(tput sgr0)" }