From 1cfe841c897c2bcb0b55bf529248d58d66374e10 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 7 Dec 2025 11:10:31 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BF=AE=E5=A4=8D=E5=8D=B8=E8=BD=BD=E6=97=B6?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BF=9D=E7=95=99=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BC=9A=E6=8A=A5=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/menu.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/menu.sh b/scripts/menu.sh index 22aaa4a..8e6fdb4 100644 --- a/scripts/menu.sh +++ b/scripts/menu.sh @@ -1930,13 +1930,13 @@ uninstall() { if [ -n "${CRASHDIR}" ] && [ "${CRASHDIR}" != '/' ];then read -p "是否保留脚本配置及订阅文件?[1/0] > " res if [ "$res" = '1' ]; then - mv -f ${CRASHDIR}/configs /tmp/ShellCrash - mv -f ${CRASHDIR}/yamls /tmp/ShellCrash - mv -f ${CRASHDIR}/jsons /tmp/ShellCrash + mv -f ${CRASHDIR}/configs /tmp/ShellCrash/ + mv -f ${CRASHDIR}/yamls /tmp/ShellCrash/ + mv -f ${CRASHDIR}/jsons /tmp/ShellCrash/ rm -rf ${CRASHDIR}/* - mv -f /tmp/ShellCrash/configs ${CRASHDIR} - mv -f /tmp/ShellCrash/yamls ${CRASHDIR} - mv -f /tmp/ShellCrash/jsons ${CRASHDIR} + mv -f /tmp/ShellCrash/configs "${CRASHDIR}/" + mv -f /tmp/ShellCrash/yamls "${CRASHDIR}/" + mv -f /tmp/ShellCrash/jsons "${CRASHDIR}/" else rm -rf ${CRASHDIR} fi