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

Closed
opened 2025-07-08 08:42:06 -04:00 by AtHeartEngineer · 0 comments

Originally created by @SinisterSpatula on 5/5/2025

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 5/5/2025* ### 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_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#197