mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
Re-add colon to chown
This commit is contained in:
parent
659593c60d
commit
36dade3f77
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ exec 200>&-
|
||||||
# prevent users from spying on each other
|
# prevent users from spying on each other
|
||||||
lxc-attach --clear-env -n piston -- \
|
lxc-attach --clear-env -n piston -- \
|
||||||
/bin/bash -l -c "
|
/bin/bash -l -c "
|
||||||
chown runner$runner -R /tmp/$id
|
chown runner$runner: -R /tmp/$id
|
||||||
chmod 700 /tmp/$id
|
chmod 700 /tmp/$id
|
||||||
" > /dev/null 2>&1
|
" > /dev/null 2>&1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue