From 134963d530273703957b0ff45ad35cf78d8effc5 Mon Sep 17 00:00:00 2001 From: lsy Date: Sat, 21 Sep 2024 16:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E8=84=9A=E6=9C=AC=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E9=83=BD=E6=8D=A2=E6=88=90=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run.sh b/Run.sh index e90cfec..274f35a 100644 --- a/Run.sh +++ b/Run.sh @@ -25,7 +25,7 @@ echo "======Linux工具箱======" read -p "请输入要使用的功能:" pick if [[ "${pick}" -gt 0 && "${pick}" -le "${#pick_array[*]}" ]];then clear - bash "${path_script}/Menus/${pick_array[$pick]}.sh ${path_script}" + bash "${path_script}/Menus/${pick_array[$pick]}.sh" "$path_script" else exit fi