Skip to content

Commit

Permalink
ci: deploy.sh syntax error ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim committed Aug 4, 2023
1 parent c341435 commit 35460b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]+')
Expand Down

0 comments on commit 35460b2

Please sign in to comment.