upgrade-mattermost.sh: minor change in script output.
This commit is contained in:
parent
9251c4061c
commit
c701e2503f
@ -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 ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user