diff --git a/seqs/matrix.sh b/seqs/matrix.sh index c924431..e2c7e7a 100755 --- a/seqs/matrix.sh +++ b/seqs/matrix.sh @@ -124,7 +124,13 @@ SyslogIdentifier=synapse [Install] WantedBy=multi-user.target" -step_10_info() { echo "Upgrade $toolName installation at $MATRIX_HOME"; } +step_10_info() { echo -n "Upgrade $toolName installation" + if [ $CONTEXT_HELP -eq 0 ] ; then + echo " at $MATRIX_HOME" + else + echo + fi +} step_10_alias() { ALIAS="upgrade"; } step_10() { echo " [I] Upgrading $toolName"