Commit c4ad8be9 by 冷斌

fix bug

parent 0d0387a3
......@@ -5,7 +5,7 @@
cd `dirname $0`
# 执行计划任务
php eduline crond
chown -R www:www ./_runtime
#chown -R www:www ./_runtime
# 监听处理视频队列进程是否存活
ps -fe|grep 'php eduline queue:listen --name v4-single --queue video' |grep -v grep
if [ $? -ne 0 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment