Open scottsweb opened 2 years ago
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.
@scottsweb ah you mean the slash at /$dir?
/$dir
@bluet I believe so yes, it was quite a while ago I tested the container ☺️
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.