fixed location in transcode management
This commit is contained in:
@@ -122,8 +122,8 @@ update_daily_log() {
|
|||||||
# -----------------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------------
|
||||||
# ━━━ $ICON_SYNC Run Cleanup ━━━
|
# ━━━ $ICON_SYNC Run Cleanup ━━━
|
||||||
# -----------------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------------
|
||||||
CLEANUP_SCRIPT="$SCRIPT_DIR/transcode_cleanup.sh"
|
CLEANUP_SCRIPT="$SCRIPT_DIR/../Transcodes/transcode_cleanup.sh"
|
||||||
MANAGER_SCRIPT="$SCRIPT_DIR/transcode_manager.sh"
|
MANAGER_SCRIPT="$SCRIPT_DIR/../Transcodes/transcode_manager.sh"
|
||||||
|
|
||||||
if [[ ! -f "$CLEANUP_SCRIPT" ]]; then
|
if [[ ! -f "$CLEANUP_SCRIPT" ]]; then
|
||||||
error "transcode_cleanup.sh not found: $CLEANUP_SCRIPT"
|
error "transcode_cleanup.sh not found: $CLEANUP_SCRIPT"
|
||||||
|
|||||||
Reference in New Issue
Block a user