mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
do cleanup in bg
This commit is contained in:
parent
ffee474af8
commit
e31862c65e
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@ lxc-attach -n piston -- \
|
||||||
/bin/bash -c "\
|
/bin/bash -c "\
|
||||||
for i in {1..100}; do pkill -u runner$newinc --signal SIGKILL; done ;\
|
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
|
rm -rf $basepath/tmp/$epoch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue