Update info output

This commit is contained in:
2020-10-12 22:16:43 +02:00
parent 11f001ede0
commit a8838fa5da

View File

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