Re-word new app language to emphasise config editing
continuous-integration/drone/push Build is passing Details

See #111 (comment).
This commit is contained in:
decentral1se 2021-03-20 21:24:38 +01:00
parent ece5385a38
commit 4251c32b30
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 3 additions and 3 deletions

6
abra
View File

@ -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)"
}