summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-07-05 17:56:44 -0400
committerJoey Hess2014-07-05 17:56:44 -0400
commit4bb659682ece7fd963315aab9079282769955fc9 (patch)
tree119689ee2f62e2c7ef1fbb6af94561dcdd31a941
parent6e300a82a4607d27e03412d24dc3a364a4a7f076 (diff)
meh
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index e2229a02..57023cb5 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -85,6 +85,9 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
, "dpkg -i ../" ++ pkg ++ "_*.deb || true"
, "apt-get -fy install" -- dependencies
, "rm -rf /root/tmp/oldusenet"
+ -- screen fails unless the directory has this mode.
+ -- not sure what's going on.
+ , "chmod 777 /var/run/screen"
] `describe` "olduse.net built"
]