部署(chat): 更新 deploy_update.sh 目录权限设置

This commit is contained in:
2026-03-09 11:31:45 +08:00
parent bfb1a3bca4
commit 89122773af

View File

@@ -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}"