From 37107148eb5990b5020b8b6bff01eeac75f01b55 Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sun, 15 May 2022 04:47:16 +0200 Subject: [PATCH] Fix Scripts: Small improvements to usage instr. --- backend/fix-scripts/001-fix_download_permissions.sh | 3 +-- backend/fix-scripts/002-fix_dupes_per_archive_file.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/fix-scripts/001-fix_download_permissions.sh b/backend/fix-scripts/001-fix_download_permissions.sh index 009c7f6..699308a 100644 --- a/backend/fix-scripts/001-fix_download_permissions.sh +++ b/backend/fix-scripts/001-fix_download_permissions.sh @@ -6,8 +6,7 @@ # If you want to run this script on a bare-metal installation instead of within Docker # make sure that the paths configured below match your paths! (it's wise to use the full paths) # USAGE: within your container's bash shell: -# chmod -R +x ./fix-scripts/ -# ./fix-scripts/001-fix_download_permissions.sh +# ./fix-scripts/ # User defines / Docker env defaults PATH_SUBS=/app/subscriptions diff --git a/backend/fix-scripts/002-fix_dupes_per_archive_file.sh b/backend/fix-scripts/002-fix_dupes_per_archive_file.sh index 426110a..51b3810 100644 --- a/backend/fix-scripts/002-fix_dupes_per_archive_file.sh +++ b/backend/fix-scripts/002-fix_dupes_per_archive_file.sh @@ -6,7 +6,6 @@ # If you want to run this script on a bare-metal installation instead of within Docker # make sure that the paths configured below match your paths! (it's wise to use the full paths) # USAGE: within your container's bash shell: -# chmod -R +x ./fix-scripts/ # ./fix-scripts/ # User defines (NO TRAILING SLASHES) / Docker env defaults