We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When starting the container there seems to be a slight bug where the paths to backups are not quite right. I am wondering if the / on this line: https://github.com/bluet/docker-jottacloud/blob/main/entrypoint.sh#L113 is not required.
/
It seems to work regardless.
The text was updated successfully, but these errors were encountered:
@scottsweb ah you mean the slash at /$dir?
/$dir
Sorry, something went wrong.
@bluet I believe so yes, it was quite a while ago I tested the container ☺️
No branches or pull requests
When starting the container there seems to be a slight bug where the paths to backups are not quite right. I am wondering if the
/
on this line: https://github.com/bluet/docker-jottacloud/blob/main/entrypoint.sh#L113 is not required.It seems to work regardless.
The text was updated successfully, but these errors were encountered: