You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"$(date +%FT%T%Z) [${process_name}] - Video folder exists: ${VIDEO_FOLDER}"
24
+
else
25
+
echo"$(date +%FT%T%Z) [${process_name}] - Video folder does not exist: ${VIDEO_FOLDER}. Due to permission, folder name could not be changed via environment variable. Exiting..."
26
+
exit 1
27
+
fi
28
+
21
29
if [ "${SE_VIDEO_INTERNAL_UPLOAD}"="true" ];
22
30
then
23
31
# If using RCLONE in the same container, write signal to /tmp internally
24
32
UPLOAD_PIPE_FILE="/tmp/${UPLOAD_PIPE_FILE_NAME}"
25
33
FORCE_EXIT_FILE="/tmp/force_exit"
26
34
else
27
35
# If using external container for uploading, write signal to the video folder
0 commit comments