From f9a3a78021cb7de057e5bff53d8d03806889e677 Mon Sep 17 00:00:00 2001 From: Daniel Petri Rocha Date: Mon, 10 Jan 2022 22:56:02 +0100 Subject: [PATCH] Check raw directory --- bigbluebutton-config/bin/bbb-record | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/bigbluebutton-config/bin/bbb-record b/bigbluebutton-config/bin/bbb-record index 20b8902fa2..bdfa552b7b 100755 --- a/bigbluebutton-config/bin/bbb-record +++ b/bigbluebutton-config/bin/bbb-record @@ -804,18 +804,20 @@ if [ $CHECK ]; then echo fi + check_path_owner_group "$RECORDING_DIR" "-d" "-R" + check_path_owner_group "$RECORDING_DIR/raw" "-d" "-R" + check_path_owner_group "$RECORDING_DIR/process" "-d" "-R" + check_path_owner_group "$RECORDING_DIR/publish" "-d" "-R" + + check_path_owner_group "$STATUS" "-d" "-R" + check_path_owner_group "$STATUS/recorded" "-d" "-R" + check_path_owner_group "$STATUS/archived" "-d" "-R" + check_path_owner_group "$STATUS/processed" "-d" "-R" + check_path_owner_group "$STATUS/sanity" "-d" "-R" + check_path_owner_group "$STATUS/published" "-d" "-R" + check_path_owner_group "$RAW_PRESENTATION_SRC/captions" "-d" "-R" check_path_owner_group "$RAW_PRESENTATION_SRC/events" "-d" - check_path_owner_group "$RECORDING_DIR" "-d" "-R" - - check_path_owner_group "$STATUS" "-d" - check_path_owner_group "$RECORDING_DIR/process" "-d" - check_path_owner_group "$RECORDING_DIR/publish" "-d" - check_path_owner_group "$STATUS/recorded" "-d" - check_path_owner_group "$STATUS/archived" "-d" - check_path_owner_group "$STATUS/processed" "-d" - check_path_owner_group "$STATUS/sanity" "-d" - check_path_owner_group "$STATUS/published" "-d" check_path_owner_group "$PUBLISHED_DIR" "-d" check_path_owner_group "$RAW_PRESENTATION_SRC/deleted" "-d"