Format message for applying local changes

This commit is contained in:
Fred Dixon 2019-01-09 19:20:02 -05:00 committed by GitHub
parent eb19469c0b
commit b29800f438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1951,7 +1951,7 @@ if [ -n "$HOST" ]; then
# Apply any local configuration options (if exists)
#
if [ -x /etc/bigbluebutton/bbb-conf/apply-config.sh ]; then
echo "Applying local configuration options: "
echo -n "Applying local configuration options: "
/etc/bigbluebutton/bbb-conf/apply-config.sh
echo
fi