mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
add swift notes, delete hidden files
This commit is contained in:
parent
23ffb605e1
commit
208d91c237
2 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,7 @@ lxc-attach -n piston -- \
|
|||
lxc-attach -n piston -- \
|
||||
/bin/bash -c "\
|
||||
for i in {1..100}; do pkill -u runner$newinc --signal SIGKILL; done ;\
|
||||
find /tmp/* -user runner$newinc -exec /bin/rm -rf {} \;\
|
||||
find /tmp -user runner$newinc -exec /bin/rm -rf {} \;\
|
||||
" > /dev/null 2>&1 &
|
||||
|
||||
rm -rf $basepath/tmp/$epoch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue