From 468b20348a5a538b41d6052f86c0fb7813aa73a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 23 Nov 2023 22:31:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=20Rsync=20=E5=8D=B8?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/rsync/uninstall.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/rsync/uninstall.sh b/scripts/rsync/uninstall.sh index 82dad012..1bb58d56 100644 --- a/scripts/rsync/uninstall.sh +++ b/scripts/rsync/uninstall.sh @@ -31,4 +31,8 @@ else exit 1 fi +# 删除配置 +rm -rf /etc/rsyncd.conf +rm -rf /etc/rsyncd.secrets + panel deletePlugin rsync