upgrade-mattermost.sh: minor change in script output.

This commit is contained in:
Christoph 2021-01-17 00:54:48 +01:00
parent 9251c4061c
commit c701e2503f

View File

@ -67,7 +67,7 @@ warn (){
if $terminal ; then if $terminal ; then
echo -e " [ \033[33m\033[1mWarning\033[m ] $*" echo -e " [ \033[33m\033[1mWarning\033[m ] $*"
else else
echo " [ Error ] $*" echo " [ Warning ] $*"
fi fi
echo "" echo ""
} }