aboutsummaryrefslogtreecommitdiff
path: root/tools/boca-submit-log
diff options
context:
space:
mode:
Diffstat (limited to 'tools/boca-submit-log')
-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 a96810b..f06efb9 100644
--- a/tools/boca-submit-log
+++ b/tools/boca-submit-log
@@ -22,7 +22,7 @@ chmod 600 /var/log/logkeys 2>/dev/null
chown root.root /var/log/bocacron.* 2>/dev/null
chmod 600 /var/log/bocacron.* 2>/dev/null
-for zcount in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do
+for zcount in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
grep -e sudo -e "password:session" /var/log/auth.log | tail -n 500 > /root/.logsession.tmp
[ -f /root/.logsession ] || touch /root/.logsession
@@ -98,7 +98,7 @@ for zcount in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do
[ -f /root/.logkeys.tmp ] && mv /root/.logkeys.tmp /root/.logkeys
[ -f /root/.logfs.tmp ] && mv /root/.logfs.tmp /root/.logfs
[ -f /root/.logkfs.tmp ] && mv /root/.logkfs.tmp /root/.logkfs
- [ "$zcount" == "15" ] || sleep 10
+ [ "$zcount" == "20" ] || sleep 13
done
exit 0