修复entrypoint

This commit is contained in:
hanhh 2021-05-30 15:10:44 +08:00
parent 9eb614b17e
commit ea56e44669

View File

@ -46,6 +46,6 @@ echo -e "容器启动成功..."
echo -e "\n请先访问5700端口登录成功面板之后再执行添加定时任务..."
echo -e "############################################################\n"
crond -f >/dev/null 2>&1
crond -f
exec "$@"