Update info output
This commit is contained in:
@@ -124,7 +124,13 @@ SyslogIdentifier=synapse
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target"
|
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_alias() { ALIAS="upgrade"; }
|
||||||
step_10() {
|
step_10() {
|
||||||
echo " [I] Upgrading $toolName"
|
echo " [I] Upgrading $toolName"
|
||||||
|
Reference in New Issue
Block a user