Updates some scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user