From 264805092297ebaec5b22ef85ecd414dd9b78dfa Mon Sep 17 00:00:00 2001 From: lsy Date: Thu, 26 Sep 2024 19:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E4=BA=86=E4=BA=9B=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Manage/install.sh | 2 +- Config/Manage/unInstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/Manage/install.sh b/Config/Manage/install.sh index bd75c6e..63c6966 100644 --- a/Config/Manage/install.sh +++ b/Config/Manage/install.sh @@ -91,4 +91,4 @@ alias tool="$path/linuxtool/run.sh" echo "工具箱已经安装成功" echo "位置:${path}/linuxtool" echo "命令:tool" -kill $PPID $> /dev/null \ No newline at end of file +kill $PPID &> /dev/null \ No newline at end of file diff --git a/Config/Manage/unInstall.sh b/Config/Manage/unInstall.sh index efaea7c..cc61fad 100644 --- a/Config/Manage/unInstall.sh +++ b/Config/Manage/unInstall.sh @@ -19,4 +19,4 @@ fi sed -i '/alias tool.*/d' "/etc/profile" echo "脚本已经卸载完整,公众号 lsy22 可以获取一键安装脚本" -kill $PPID $> /dev/null \ No newline at end of file +kill $PPID &> /dev/null \ No newline at end of file