Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/3319655e2b5a2fcc680acc3e346cc7d782643990 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Clarifying error message

This error will be triggered if either setting the group or the user is the problem.  Fixing the wording after being led astray tracking down issue that was group, not user, related.
pull/6/head
TectonicEd 11 years ago
parent 90a6bcaa47
commit 3319655e2b

@ -99,7 +99,7 @@ namespace NzbDrone.Mono
{
var error = Stdlib.GetLastError();
throw new LinuxPermissionsException("Error setting file owner: " + error);
throw new LinuxPermissionsException("Error setting file owner and/or group: " + error);
}
}

Loading…
Cancel
Save