From 5834abcd33c08e88897e039853e0799c7cc0ebe3 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 21:50:12 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8D=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=89=A7=E8=A1=8C=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 5d8a587..0c7fe01 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ fi install_dir="/opt" echo -n "Install directory? (default: $install_dir/server-status-client): " && read -r install_dir_input if [ -n "$install_dir_input" ]; then - install_dir="$install_dir_input"; + install_dir="$install_dir_input" fi # check server