1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated Cannot install update because startup folder is not writable by the user (markdown)

jsturner 2016-01-30 12:30:08 -05:00
parent d6c701e5c9
commit 067be6f474

@ -1 +1,5 @@
Check the folder permissions. Can your user read/write the folder?
Check the folder permissions. Can your user read/write the folder? The default startup folder when installed under Ubuntu 14.04 is /opt/NzbDrone/ but you can verify that by browsing to the System/Status page in Sonarr.
If the user doesn't have write access, the simple solution is to make your user the owner of the startup folder. Where **_user_** equals the account that runs Sonarr, run this command:
`sudo chown -hR user /opt/NzbDrone/`