diff --git a/backend/fix-scripts/001-fix_download_permissions.sh b/backend/fix-scripts/001-fix_download_permissions.sh index 009c7f61..699308aa 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 426110a4..51b3810b 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