mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
fix: quotation marks change to the english
Signed-off-by: 24sama <jacksama@foxmail.com>
This commit is contained in:
parent
f3f9e2e2d0
commit
649444fdcc
|
|
@ -2,7 +2,7 @@
|
|||
## 永久关闭SELinux
|
||||
```shell script
|
||||
# 永久关闭SELinux
|
||||
sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/g’ /etc/selinux/config
|
||||
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
|
||||
#关闭后需要重启系统
|
||||
reboot
|
||||
# 查看SELinux的状态
|
||||
|
|
|
|||
Loading…
Reference in New Issue