Skip to content
Snippets Groups Projects
Commit 38c724af authored by Dixon Fred's avatar Dixon Fred Committed by GitHub
Browse files

Merge pull request #3438 from ffdixon/fix-directory-streams-bbb-config

Fixed stream to streams (syntax error in bbb-config)
parents 316b7d69 48b5cf89
No related branches found
No related tags found
No related merge requests found
......@@ -888,9 +888,9 @@ check_configuration() {
echo "# is not owned by red5"
fi
if [ "$(ls -ld /usr/share/red5/webapps/video/stream | cut -d' ' -f3)" != "red5" ]; then
if [ "$(ls -ld /usr/share/red5/webapps/video/streams | cut -d' ' -f3)" != "red5" ]; then
echo "# Warning: Detected the directory"
echo "# /usr/share/red5/webapps/video/stream"
echo "# /usr/share/red5/webapps/video/streams"
echo "# is not owned by red5"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment