Skip to content

Commit 1956c36

Browse files
committed
chore: cleanup_perf_docs.sh 파싱 오류 수정
1 parent e4c40bb commit 1956c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

perf/cleanup_perf_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ login_cookie() {
6161
cookie="$(
6262
grep -i '^set-cookie:' "${headers}" \
6363
| tr -d '\r' \
64-
| sed -n "s/^set-cookie:[[:space:]]*${SESSION_COOKIE_NAME}=\\([^;]*\\).*/\\1/p" \
64+
| sed -n "s/^[Ss][Ee][Tt]-[Cc][Oo][Oo][Kk][Ii][Ee]:[[:space:]]*${SESSION_COOKIE_NAME}=\\([^;]*\\).*/\\1/p" \
6565
| head -n 1
6666
)"
6767
rm -f "${headers}" "${body}"

0 commit comments

Comments
 (0)