From 89122773afaf6f0e9650b22ad2928e904e102056 Mon Sep 17 00:00:00 2001 From: lkddi Date: Mon, 9 Mar 2026 11:31:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2(chat):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20deploy=5Fupdate.sh=20=E7=9B=AE=E5=BD=95=E6=9D=83=E9=99=90?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_update.sh b/deploy_update.sh index a7c0b46..b1403d3 100644 --- a/deploy_update.sh +++ b/deploy_update.sh @@ -62,7 +62,7 @@ php artisan config:cache && php artisan route:cache && php artisan view:cache # 6. 权限 echo -e "${YELLOW}[7/7] 修复权限...${NC}" -chmod -R 775 storage bootstrap/cache +chmod -R 755 app assets public storage bootstrap database vendor routes config resources echo -e "${GREEN}========================================${NC}" echo -e "${GREEN} 🎉 更新成功!网站已恢复。 ${NC}"