Replies: 1 comment 2 replies
-
You followed this, right? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a script
/scripts/transmission-post-start.sh
that is never ran post start. I can run the script directly inside the container without any issues.Is there something I'm missing? I have
#!/bin/bash
and the file's permissions are775
. Ideally, I'd want this script to run whenever the VPN connects.Beta Was this translation helpful? Give feedback.
All reactions