[zh] fix shell typo

This commit is contained in:
Arhell
2022-01-02 02:07:37 +02:00
parent 76b01c2063
commit 5052aa6c03
@@ -147,7 +147,7 @@ Kubernetes 仅支持使用同一 cgroup 版本来管理所有控制器。
# dnf install -y grubby && \
sudo grubby \
--update-kernel=ALL \
--args=systemd.unified_cgroup_hierarchy=1"
--args="systemd.unified_cgroup_hierarchy=1"
```
<!--