Modified error messages for red5 logs
This commit is contained in:
parent
c3bdffc234
commit
9c5afe284d
@ -743,7 +743,7 @@ $RED5_DIRECTORY/log/bigbluebutton.log"
|
||||
for file in $LOGG_FILES ; do
|
||||
if [ -a $file ]; then
|
||||
if cat $file | tail -n1 | grep -q "Starting up context"; then
|
||||
echo "BigBlueButton did not start up correctly"
|
||||
echo " did not start: $file"
|
||||
fi
|
||||
else
|
||||
echo "File" $file "not found"
|
||||
|
Loading…
Reference in New Issue
Block a user