From d40e2ecf12fd0408aeede89b25dd0d5ff4222c29 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Mon, 8 Jan 2024 17:04:57 -0600 Subject: [PATCH] Fixed permissions on images and scripts (#1504) * Trying to fix some permissions * help computer * fingers crossed --- README.md | 0 docs/images/edit_repos_public_tag_repo.png | Bin docs/images/gunnerkrigg_chapter.png | Bin docs/images/gunnerkrigg_import.png | Bin docs/images/gunnerkrigg_page.png | Bin docs/images/gunnerkrigg_volume.png | Bin docs/images/import.png | Bin docs/images/librarium_database_diagram_old.png | Bin docs/images/pictures.png | Bin docs/images/ratings_like.png | Bin docs/images/ratings_numerical.png | Bin docs/images/review_services.png | Bin docs/images/similar_gununu.png | Bin git_pull.command | 0 git_pull.sh | 0 hydrus_client.command | 0 hydrus_client.sh | 0 setup_desktop.sh | 0 setup_help.command | 0 setup_help.sh | 0 setup_venv.command | 0 setup_venv.sh | 0 static/Icons.svg | 0 static/collection.png | Bin static/cross.ico | Bin static/downloading.png | Bin static/dump_fail.png | Bin static/dump_ok.png | Bin static/dump_recoverable.png | Bin static/file_repository_pending.png | Bin static/file_repository_pending_small.png | Bin static/file_repository_petitioned.png | Bin static/file_repository_petitioned_small.png | Bin static/file_repository_small.png | Bin static/flash.png | Bin static/flv.png | Bin static/hydrus.ico | Bin static/hydrus.png | Bin static/hydrus_splash.png | Bin static/inbox.png | Bin static/pdf.png | Bin static/transparent.png | Bin 42 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 README.md mode change 100755 => 100644 docs/images/edit_repos_public_tag_repo.png mode change 100755 => 100644 docs/images/gunnerkrigg_chapter.png mode change 100755 => 100644 docs/images/gunnerkrigg_import.png mode change 100755 => 100644 docs/images/gunnerkrigg_page.png mode change 100755 => 100644 docs/images/gunnerkrigg_volume.png mode change 100755 => 100644 docs/images/import.png mode change 100755 => 100644 docs/images/librarium_database_diagram_old.png mode change 100755 => 100644 docs/images/pictures.png mode change 100755 => 100644 docs/images/ratings_like.png mode change 100755 => 100644 docs/images/ratings_numerical.png mode change 100755 => 100644 docs/images/review_services.png mode change 100755 => 100644 docs/images/similar_gununu.png mode change 100644 => 100755 git_pull.command mode change 100644 => 100755 git_pull.sh mode change 100644 => 100755 hydrus_client.command mode change 100644 => 100755 hydrus_client.sh mode change 100644 => 100755 setup_desktop.sh mode change 100644 => 100755 setup_help.command mode change 100644 => 100755 setup_help.sh mode change 100644 => 100755 setup_venv.command mode change 100644 => 100755 setup_venv.sh mode change 100755 => 100644 static/Icons.svg mode change 100755 => 100644 static/collection.png mode change 100755 => 100644 static/cross.ico mode change 100755 => 100644 static/downloading.png mode change 100755 => 100644 static/dump_fail.png mode change 100755 => 100644 static/dump_ok.png mode change 100755 => 100644 static/dump_recoverable.png mode change 100755 => 100644 static/file_repository_pending.png mode change 100755 => 100644 static/file_repository_pending_small.png mode change 100755 => 100644 static/file_repository_petitioned.png mode change 100755 => 100644 static/file_repository_petitioned_small.png mode change 100755 => 100644 static/file_repository_small.png mode change 100755 => 100644 static/flash.png mode change 100755 => 100644 static/flv.png mode change 100755 => 100644 static/hydrus.ico mode change 100755 => 100644 static/hydrus.png mode change 100755 => 100644 static/hydrus_splash.png mode change 100755 => 100644 static/inbox.png mode change 100755 => 100644 static/pdf.png mode change 100755 => 100644 static/transparent.png diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/docs/images/edit_repos_public_tag_repo.png b/docs/images/edit_repos_public_tag_repo.png old mode 100755 new mode 100644 diff --git a/docs/images/gunnerkrigg_chapter.png b/docs/images/gunnerkrigg_chapter.png old mode 100755 new mode 100644 diff --git a/docs/images/gunnerkrigg_import.png b/docs/images/gunnerkrigg_import.png old mode 100755 new mode 100644 diff --git a/docs/images/gunnerkrigg_page.png b/docs/images/gunnerkrigg_page.png old mode 100755 new mode 100644 diff --git a/docs/images/gunnerkrigg_volume.png b/docs/images/gunnerkrigg_volume.png old mode 100755 new mode 100644 diff --git a/docs/images/import.png b/docs/images/import.png old mode 100755 new mode 100644 diff --git a/docs/images/librarium_database_diagram_old.png b/docs/images/librarium_database_diagram_old.png old mode 100755 new mode 100644 diff --git a/docs/images/pictures.png b/docs/images/pictures.png old mode 100755 new mode 100644 diff --git a/docs/images/ratings_like.png b/docs/images/ratings_like.png old mode 100755 new mode 100644 diff --git a/docs/images/ratings_numerical.png b/docs/images/ratings_numerical.png old mode 100755 new mode 100644 diff --git a/docs/images/review_services.png b/docs/images/review_services.png old mode 100755 new mode 100644 diff --git a/docs/images/similar_gununu.png b/docs/images/similar_gununu.png old mode 100755 new mode 100644 diff --git a/git_pull.command b/git_pull.command old mode 100644 new mode 100755 diff --git a/git_pull.sh b/git_pull.sh old mode 100644 new mode 100755 diff --git a/hydrus_client.command b/hydrus_client.command old mode 100644 new mode 100755 diff --git a/hydrus_client.sh b/hydrus_client.sh old mode 100644 new mode 100755 diff --git a/setup_desktop.sh b/setup_desktop.sh old mode 100644 new mode 100755 diff --git a/setup_help.command b/setup_help.command old mode 100644 new mode 100755 diff --git a/setup_help.sh b/setup_help.sh old mode 100644 new mode 100755 diff --git a/setup_venv.command b/setup_venv.command old mode 100644 new mode 100755 diff --git a/setup_venv.sh b/setup_venv.sh old mode 100644 new mode 100755 diff --git a/static/Icons.svg b/static/Icons.svg old mode 100755 new mode 100644 diff --git a/static/collection.png b/static/collection.png old mode 100755 new mode 100644 diff --git a/static/cross.ico b/static/cross.ico old mode 100755 new mode 100644 diff --git a/static/downloading.png b/static/downloading.png old mode 100755 new mode 100644 diff --git a/static/dump_fail.png b/static/dump_fail.png old mode 100755 new mode 100644 diff --git a/static/dump_ok.png b/static/dump_ok.png old mode 100755 new mode 100644 diff --git a/static/dump_recoverable.png b/static/dump_recoverable.png old mode 100755 new mode 100644 diff --git a/static/file_repository_pending.png b/static/file_repository_pending.png old mode 100755 new mode 100644 diff --git a/static/file_repository_pending_small.png b/static/file_repository_pending_small.png old mode 100755 new mode 100644 diff --git a/static/file_repository_petitioned.png b/static/file_repository_petitioned.png old mode 100755 new mode 100644 diff --git a/static/file_repository_petitioned_small.png b/static/file_repository_petitioned_small.png old mode 100755 new mode 100644 diff --git a/static/file_repository_small.png b/static/file_repository_small.png old mode 100755 new mode 100644 diff --git a/static/flash.png b/static/flash.png old mode 100755 new mode 100644 diff --git a/static/flv.png b/static/flv.png old mode 100755 new mode 100644 diff --git a/static/hydrus.ico b/static/hydrus.ico old mode 100755 new mode 100644 diff --git a/static/hydrus.png b/static/hydrus.png old mode 100755 new mode 100644 diff --git a/static/hydrus_splash.png b/static/hydrus_splash.png old mode 100755 new mode 100644 diff --git a/static/inbox.png b/static/inbox.png old mode 100755 new mode 100644 diff --git a/static/pdf.png b/static/pdf.png old mode 100755 new mode 100644 diff --git a/static/transparent.png b/static/transparent.png old mode 100755 new mode 100644