Linux, Shell脚本为用户添加Crontab计划任务elsetouch $crontabfileecho */10 * * * * /home/mysql/PEnte
Linux, Shell脚本为用户添加Crontab计划任务
else
touch $crontabfile
echo "*/10 * * * * /home/mysql/PEnterAccount/DaemonPEnterAccount.sh" >>$crontabfile
fi
service crond restart
