From 9e81cd32fe4116f7a930d21a3dc81dc520d6e747 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sun, 27 Feb 2022 11:32:55 +0100 Subject: [PATCH] Improve output --- seqs/mailserver.sh | 2 +- seqs/matrix.sh | 4 +++- seqs/matterbridge.sh | 15 +++++++++------ seqs/onlyoffice.sh | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/seqs/mailserver.sh b/seqs/mailserver.sh index da98eac..f713e7f 100755 --- a/seqs/mailserver.sh +++ b/seqs/mailserver.sh @@ -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 diff --git a/seqs/matrix.sh b/seqs/matrix.sh index 2975de4..e222e2c 100755 --- a/seqs/matrix.sh +++ b/seqs/matrix.sh @@ -50,6 +50,8 @@ step_config() { echo " $toolName home: $MATRIX_HOME" echo " $toolName domain: $MATRIX_DOMAIN" fi + + return 0 } step_1_info() { echo "Installing $toolName dependencies"; } @@ -556,5 +558,5 @@ adminTokenCheck() { return 0 } -VERSION_SEQREV=11 +VERSION_SEQREV=15 . /usr/local/bin/sequencer.sh diff --git a/seqs/matterbridge.sh b/seqs/matterbridge.sh index 6c0b32c..5bd5b56 100755 --- a/seqs/matterbridge.sh +++ b/seqs/matterbridge.sh @@ -71,15 +71,18 @@ step_4() { } step_5_info() { echo "Show configuration notes"; } -step_5_alias() { ALIAS="config"; } +step_5_alias() { ALIAS="notes"; } step_5() { - echo -e " [I] Final configuration notes ${toolName}:\n\n" - echo "$CONFIG_NOTES" -} -CONFIG_NOTES="# Sample configuration + outColor green + cat <