Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argonix
Commits
f51ed9b3
Commit
f51ed9b3
authored
Feb 28, 2019
by
Valentin Reis
Browse files
adds chmod on TMPDIR
parent
11f8a6b2
Pipeline
#5737
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Argonix.hs
View file @
f51ed9b3
...
...
@@ -286,6 +286,7 @@ setupSystem sa = do
b
<-
testpath
path
when
b
$
rmtree
path
mkdir
path
sh
$
inshell
(
"chmod 777 "
<>
name
)
empty
case
toText
path
of
Right
p
->
export
"TMPDIR"
p
Left
_
->
die
"Path error when setting TMPDIR"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment