2016-04-29 104 views

回答

1

你的crontab配置是正确的。但是,您可以将全部添加到一个脚本中并运行。

vi main.sh 
./etc/rip_first_radio.sh & 
./etc/rip_second_radio.sh & 
./etc/rip_third_radio.sh & 
./etc/rip_fourth_radio.sh & 

并将main.sh添加到cron。

0 13 * * * ./main.sh