From 35460b2e83f73bea691e2607ac226d0d0f98fe1d Mon Sep 17 00:00:00 2001 From: MingyeomKim <67851124+MingyeomKim@users.noreply.github.com> Date: Sat, 5 Aug 2023 01:35:17 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20deploy.sh=20syntax=20error=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 3d4061f..aa6f7dc 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -10,7 +10,7 @@ if[ ${CURRENT_PORT} -eq 8081]; then elif [ ${CURRENT_PORT} -eq 8082]; then TARGET_PORT=8081; else - echo "> Currently Running WAS does not exist."; + echo "> Currently Running WAS does not exist." fi TARGET_PID=$(lsof -Fp -i TCP:${TARGET_PORT} | grep -Po 'p[0-9]+' | grep -Po '[0-9]+')