Re-add colon to chown

This commit is contained in:
Vrganj 2021-01-25 19:27:11 +01:00
parent 659593c60d
commit 36dade3f77
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ exec 200>&-
# prevent users from spying on each other
lxc-attach --clear-env -n piston -- \
/bin/bash -l -c "
chown runner$runner -R /tmp/$id
chown runner$runner: -R /tmp/$id
chmod 700 /tmp/$id
" > /dev/null 2>&1