boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.57k stars 149 forks source link

Why can't I use reauth.sh in synology cotainer manager? #592

Open xiaojianqaq opened 2 days ago

xiaojianqaq commented 2 days ago

image It shows: su: unknown user user rm: cannot remove '/tmp/icloudpd/reauth.log': No such file or directory

boredazfcuk commented 2 days ago

The reaut.sh script changes to the user specified in your icloudpd.conf file to run the re-authentication. If that is blank, it uses the username "user". This is the same behaviour as the main script.

If it cannot find the user user then it suggests the main script hasn't created the account yet, or there was a problem with the creation process.

xiaojianqaq commented 1 day ago

So is there any way I can use reauth.sh in synology, is it necessary to create a new user with the name user?