From 3379e8ed8aeaaddfa2806118aaf0b8338dfeba73 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 2 Apr 2023 20:23:00 +0800 Subject: [PATCH] =?UTF-8?q?v1.7.4=20~=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8u?= =?UTF-8?q?pdate=E5=86=85=E7=BD=AEubuntu=E7=89=88=E6=9C=AC=E4=B8=BA?= =?UTF-8?q?=E6=9C=80=E6=96=B0release=E7=89=88=E6=9C=AC=20~=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=B0=8F=E7=B1=B3=E4=B8=87=E5=85=86=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=AE=89=E8=A3=85=E6=97=B6=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 10b478e..8226152 100644 --- a/install.sh +++ b/install.sh @@ -83,7 +83,7 @@ setdir(){ df -h | awk '{print $6,$4}'| sed 1d echo '路径是必须带 / 的格式,注意写入虚拟内存(/tmp,/opt,/sys...)的文件会在重启后消失!!!' read -p "请输入自定义路径 > " dir - if [ "$(dir_avail $dir)" = 0 ] &&;then + if [ "$(dir_avail $dir)" = 0 ];then $echo "\033[31m路径错误!请重新设置!\033[0m" setdir fi