From 380d1c2f58d34b8a898bd87d6e448cff0e572c93 Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 3 Aug 2023 21:59:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E5=AE=9A=E4=B9=89hosts=E6=9D=83?= =?UTF-8?q?=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 645b8cb8..39936792 100644 --- a/start.sh +++ b/start.sh @@ -6,7 +6,7 @@ envsubst '${NGINX_PORT}' < /etc/nginx/nginx.template.conf > /etc/nginx/nginx.con groupmod -o -g ${PGID} moviepilot usermod -o -u ${PUID} moviepilot # 更改文件权限 -chown -R moviepilot:moviepilot ${HOME} /app /config +chown -R moviepilot:moviepilot ${HOME} /app /config /etc/hosts # 下载浏览器内核 gosu moviepilot:moviepilot playwright install chromium # 启动前端nginx服务