🐛 Bug Report: create-one-time-access-token.sh is not marked executable in container image #234

Closed
opened 2025-10-07 23:58:41 +03:00 by OVERLORD · 1 comment
Owner

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:latest

I had to do docker compose exec pocket-id chmod +x /app/scripts/create-one-time-access-token.sh

Expected 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

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:latest` I had to do `docker compose exec pocket-id chmod +x /app/scripts/create-one-time-access-token.sh` ### Expected 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_
OVERLORD added the bug label 2025-10-07 23:58:41 +03:00
Author
Owner

@stonith404 commented on GitHub:

Thanks, this should be fixed in v0.52.0.

@stonith404 commented on GitHub: Thanks, this should be fixed in `v0.52.0`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-1#234