diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/boca-submit-log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-submit-log b/tools/boca-submit-log index ed7b2c4..a96810b 100644 --- a/tools/boca-submit-log +++ b/tools/boca-submit-log @@ -44,7 +44,7 @@ for zcount in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do rm /root/.logkeys.diff [ -f /root/.uid.txt ] && echo "> UID $(cat /root/.uid.txt)" > /root/.logkeys.diff diff /root/.logkeys /root/.logkeys.tmp >> /root/.logkeys.diff 2>/dev/null - reskeys=$? + reskeys=1 else echo -n "" > /root/.logkeys.diff reskeys=0 |