fix screen dir mode
This commit is contained in:
parent
9b9a3d6ea1
commit
35ccb0fac6
|
@ -90,7 +90,7 @@ oldUseNetInstalled pkg = check (not <$> Apt.isInstalled pkg) $
|
||||||
, "rm -rf /root/tmp/oldusenet"
|
, "rm -rf /root/tmp/oldusenet"
|
||||||
-- screen fails unless the directory has this mode.
|
-- screen fails unless the directory has this mode.
|
||||||
-- not sure what's going on.
|
-- not sure what's going on.
|
||||||
, "chmod 777 /var/run/screen"
|
, "chmod 775 /var/run/screen"
|
||||||
] `describe` "olduse.net built"
|
] `describe` "olduse.net built"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue