From 7694afa673d9c93edf4117dbd1ad0d6c34472018 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 16 Dec 2024 09:45:03 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/docs/Installation/=E4=BD=BF?= =?UTF-8?q?=E7=94=A8kickstart=E8=87=AA=E5=8A=A8=E5=8C=96=E5=AE=89=E8=A3=85?= =?UTF-8?q?.md.=20=E5=85=B3=E9=97=AD=E9=98=B2=E7=81=AB=E5=A2=99=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E4=B8=8D=E5=AE=8C=E6=95=B4=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?sudo=20service=20iptables=20stop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zzz --- ...\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" "b/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" index 1491bbd18..2a0ffd354 100644 --- "a/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" +++ "b/docs/zh/docs/Installation/\344\275\277\347\224\250kickstart\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205.md" @@ -197,7 +197,7 @@ TFTP(Trivial File Transfer Protocol,简单文件传输协议),该协议 >安装之前,请确保http服务器的防火墙处于关闭状态。关闭防火墙可参照如下命令: > >``` sh ->iptables -F +>sudo service iptables stop >``` 1. httpd的安装与服务启动。 -- Gitee