From 3c5b5a0437baf00e10d52d8bf36dadc28e89975c Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 4 Sep 2018 14:16:16 +0200 Subject: use only mem filesys for logs --- tools/boca-submit-log | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/boca-submit-log') diff --git a/tools/boca-submit-log b/tools/boca-submit-log index a8b6b77..1caefab 100644 --- a/tools/boca-submit-log +++ b/tools/boca-submit-log @@ -26,7 +26,7 @@ umask 0077 ROOTLOGS=/dev/shm/.rootlogs mkdir -p "$ROOTLOGS" -cp -a /root/.log* $ROOTLOGS/ 2>/dev/null || true +#cp -a /root/.log* $ROOTLOGS/ 2>/dev/null || true for zcount in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do @@ -122,6 +122,6 @@ for zcount in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do [ "$zcount" == "20" ] || sleep 13 done -cp -a $ROOTLOGS/.??* /root/ +#cp -a $ROOTLOGS/.??* /root/ exit 0 -- cgit v1.2.3