Помогите понять где ошибся, не могу запустить Free-SA в 23-00имею скрипт /tmp/free-sa.sh
#!/bin/bash
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
today=$(/bin/date +%m/%d/%Y)
stat_today="/usr/local/bin/free-sa"
$stat_today -d $today-
в /etc/crontab
SHELL=/bin/sh
PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin
MAILTO=root
#
# check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly
#
-*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
#Free-sa script runing
0 23 * * * /tmp/free-sa.sh
не обновляется стастика где ошибся ?