JoseAFJr
(usa openSUSE)
Enviado em 13/04/2017 - 16:11h
Entendi,
Mas o testebat não é um executável! Então, tentei alterar a linha do crontab como você disse, e claro, alterei os o horário para fazer um teste, mas não deu certo.
Vou deixar o script do crontab e o testebat, exatamente como estou fazendo:
#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.mouthly
#
-*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
45 15 * * * root sh /home/dados/testebat
#testebat
#!/bin/sh
clear screen
halt -p
Obrigado,
Jose.