Improve output

This commit is contained in:
2022-02-27 11:32:55 +01:00
parent 3f93e6a846
commit 9e81cd32fe
4 changed files with 14 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ step_config() {
initSeqConfig "$CONFIG_FILE_NAME" "$CONFIG_FILE_TEMPLATE"
if [ $? -eq 0 ] ; then
CONFIG=1
echo " Domain: $MAS_DOMAIN"
echoseq " Domain: $MAS_DOMAIN"
elif [ $? -eq 1 ] ; then
# Config $CONFIG_FILE_NAME created. Needs modification first
[ $DRY -eq 0 ] && return -1