From 99fd31829893e07148f06a25d8b2ecc9693241ea Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 6 Nov 2024 13:08:14 -0600 Subject: [PATCH] updated split video script with new paths --- split-gallery-videos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/split-gallery-videos.sh b/split-gallery-videos.sh index e54de50..a753275 100755 --- a/split-gallery-videos.sh +++ b/split-gallery-videos.sh @@ -1,8 +1,8 @@ #! /etc/profiles/per-user/jawz/bin/bash # Source and destination directories -SRC_DIR="/srv/server/btrfs/scrapping/JawZ/gallery-dl" -DEST_DIR="/srv/server/btrfs/scrapping/JawZ/videos-dl" +SRC_DIR="/srv/server/pool/scrapping/JawZ/gallery-dl" +DEST_DIR="/srv/server/pool/scrapping/JawZ/videos-dl" # Create destination directory if it doesn't exist mkdir -p "$DEST_DIR"