mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 20:06:08 +08:00
修复entrypoint
This commit is contained in:
parent
9eb614b17e
commit
ea56e44669
|
@ -46,6 +46,6 @@ echo -e "容器启动成功..."
|
||||||
echo -e "\n请先访问5700端口,登录成功面板之后再执行添加定时任务..."
|
echo -e "\n请先访问5700端口,登录成功面板之后再执行添加定时任务..."
|
||||||
echo -e "############################################################\n"
|
echo -e "############################################################\n"
|
||||||
|
|
||||||
crond -f >/dev/null 2>&1
|
crond -f
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user