summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-12-23 15:29:23 -0400
committerJoey Hess2014-12-23 15:29:23 -0400
commit35ccb0fac6bffeb28acd5610ebd24bcc0bbd972a (patch)
treefc79a7f99c59de4e052877b9fe3a36f03571d8e7 /src
parent9b9a3d6ea18cc2de8b42cce4a234649120fef1ae (diff)
fix screen dir mode
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 6d4f2a18..fce4d319 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -90,7 +90,7 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
, "rm -rf /root/tmp/oldusenet"
-- screen fails unless the directory has this mode.
-- not sure what's going on.
- , "chmod 777 /var/run/screen"
+ , "chmod 775 /var/run/screen"
] `describe` "olduse.net built"
]