Updates some scripts

This commit is contained in:
2025-07-06 20:18:14 -03:00
parent a8139fd987
commit d8d4b83492
3 changed files with 15 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ furry_commission_ideas_path=/mnt/e/clouds/nextcloud/furry-downloads
# furry_commission_ideas_path=/mnt/e/home/documents-unsorted/data-hoarding/furry-downloads
# furry_commission_ideas_path=/mnt/e/home/downloads/furry-downloads
furry_commission_ideas_urls_filename="urls.txt"
scripts_path=/home/cloud/repos/personal-devboot/scripts/shell
scripts_path=/home/cloud/git/personal-devboot/scripts/shell
if [ ! -d $furry_commission_ideas_path ]; then
echo "[ERROR] The images folder was not found (\"$furry_commission_ideas_path\")"
@@ -231,7 +231,7 @@ existing_folders=()
fill_existing_folders_array() {
ignore_paths=("artists" "kinks" "ideas")
ignore_paths_depth_2=("artists" "favorites")
ignore_paths_depth_2=("artists")
ignore_paths_depth_last=("no-source" ".bsky.social" "old" "mine")
find_command="find * -type d"