| /scripts/alcasar-activity_report.sh |
|---|
| 573,7 → 573,7 |
| access_date=$(date -d "$accces_date_intl" +%s) |
| access_user=${access_datas[2]} |
| access_ip=${access_datas[3]} |
| access_agent=${access_datas[4]} |
| access_agent=$(echo "$access" | cut -d'|' -f4) |
| if [ $access_date -lt $SECS_AGO ]; then |
| break |
| fi |