aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2018-09-04 12:16:16 +0000
committercassio <cassiopc@gmail.com>2018-09-04 12:16:16 +0000
commit3c5b5a0437baf00e10d52d8bf36dadc28e89975c (patch)
treea48627942758775026fd7022ce81cddb0d64aba3 /tools
parent121f52c9c1824ba8752b43f793fa2b99f92b9646 (diff)
downloadboca-3c5b5a0437baf00e10d52d8bf36dadc28e89975c.tar.gz
boca-3c5b5a0437baf00e10d52d8bf36dadc28e89975c.zip
use only mem filesys for logs
Diffstat (limited to 'tools')
-rw-r--r--tools/boca-submit-log4
1 files changed, 2 insertions, 2 deletions
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