diff options
| -rw-r--r-- | tools/boca-submit-log | 4 |
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 |