This commit is contained in:
Ursadon 2013-09-11 02:48:53 -07:00
commit 8028580f4f

View file

@ -73,6 +73,7 @@ while [ "$la" -ge "$BACKUP_LA_LIMIT" ]; do
log_event "$E_LA" "$EVENT"
exit $E_LA
fi
la=$(cat /proc/loadavg | cut -f 1 -d ' ' | cut -f 1 -d '.')
(( ++i))
done