You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @janeczku,
Thank you for creating this docker image.
One thing I found with a larger dropbox installation, is that when you go through the run file where you do the chown https://github.com/janeczku/docker-dropbox/blob/master/run#L28, it can take a long time to re-do this process, especially depending on the amount of files in your dropbox.
A solution would be to create a conditional statement to see if they are already set, before doing this process. ie $(stat -c "%u" /dbox) Also noticed that this pull request might do the same thing ea15ed1
The text was updated successfully, but these errors were encountered:
Hi @janeczku,
Thank you for creating this docker image.
One thing I found with a larger dropbox installation, is that when you go through the run file where you do the chown https://github.com/janeczku/docker-dropbox/blob/master/run#L28, it can take a long time to re-do this process, especially depending on the amount of files in your dropbox.
A solution would be to create a conditional statement to see if they are already set, before doing this process. ie
$(stat -c "%u" /dbox)
Also noticed that this pull request might do the same thing ea15ed1The text was updated successfully, but these errors were encountered: