From 87f6e6aead5e2a7a01c4e10105e8ebc33ab774a4 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sat, 23 Jan 2021 15:24:23 -0600 Subject: [PATCH] format --- lxc/execute | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lxc/execute b/lxc/execute index 2f8a9c6..51f2eca 100755 --- a/lxc/execute +++ b/lxc/execute @@ -37,12 +37,14 @@ else echo $newinc > $dir/i fi exec 200>&- -# Prevent users from spying on each other + +# prevent users from spying on each other lxc-attach --clear-env -n piston -- \ - /bin/bash -l -c "\ - chown runner$newinc: -R /tmp/$epoch ;\ - chmod 700 /tmp/$epoch ;\ - " > /dev/null 2>&1 + /bin/bash -l -c " + chown runner$newinc: -R /tmp/$epoch + chmod 700 /tmp/$epoch + " > /dev/null 2>&1 + # runner timeout -s KILL 20 \ lxc-attach --clear-env -n piston -- \