Doh^2
This commit is contained in:
parent
57b82256b0
commit
57d64d24aa
|
@ -254,7 +254,7 @@ LocalStore::LocalStore(bool reserveSpace)
|
||||||
Path perUserDir = profilesDir + "/per-user";
|
Path perUserDir = profilesDir + "/per-user";
|
||||||
createDirs(perUserDir);
|
createDirs(perUserDir);
|
||||||
if (chmod(perUserDir.c_str(), 01777) == -1)
|
if (chmod(perUserDir.c_str(), 01777) == -1)
|
||||||
throw SysError(format("could not set permissions on ‘%1%’ to 1737") % perUserDir);
|
throw SysError(format("could not set permissions on ‘%1%’ to 1777") % perUserDir);
|
||||||
|
|
||||||
mode_t perm = 01735;
|
mode_t perm = 01735;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue