From bfa6b4dbd1d66d009867c86229c9bb11ab979500 Mon Sep 17 00:00:00 2001 From: Thomas Dalla Date: Mon, 7 May 2018 06:57:23 +0100 Subject: [PATCH] On some installations, the user is different: chown -R sc-nzbdrone:nzbdrone * --- Backup-and-Restore.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Backup-and-Restore.md b/Backup-and-Restore.md index 80600a9..4a6dddd 100644 --- a/Backup-and-Restore.md +++ b/Backup-and-Restore.md @@ -58,5 +58,7 @@ _Restoring to an OS that uses different paths won't work (Windows to Linux, Linu chown -R nzbdrone:users * chmod -R 0644 * ``` +On some installations, the user is different: +`chown -R sc-nzbdrone:nzbdrone *` 7. Start Sonarr \ No newline at end of file