mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 23:02:59 +03:00
🐛 Bug Report: create-one-time-access-token.sh is not marked executable in container image #234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SinisterSpatula on GitHub.
Reproduction steps
noticed that create-one-time-access-token.sh is not marked executable in the latest/current docker image:
ghcr.io/pocket-id/pocket-id:latestI had to do
docker compose exec pocket-id chmod +x /app/scripts/create-one-time-access-token.shExpected behavior
I expected it to run the script when I needed to recover my account after changing the subdomain and re-create my passkey.
Actual Behavior
when I tried to run it, I was getting permission error/file not found.
Version and Environment
latest version 0.51.1
Log Output
No response
@stonith404 commented on GitHub:
Thanks, this should be fixed in
v0.52.0.