From 4c1f49df3eefaf436b6757ef7202a5b6c88a21d8 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Fri, 14 Apr 2023 17:01:25 +0500 Subject: [PATCH] fix output to neat --- honestyapi-build.sh | 2 +- honestyui-build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/honestyapi-build.sh b/honestyapi-build.sh index 0f61cc0..f23fc52 100755 --- a/honestyapi-build.sh +++ b/honestyapi-build.sh @@ -6,7 +6,7 @@ DOCKER_BUILD_PATH=$HONESTY_API_DOCKER_BUILD_PATH DOCKER_RUN_PATH=$HONESTY_API_DOCKER_RUN_PATH TG_CHATID=$HONESTY_TG_CHATID -echo "Content-type: text/html" +echo "Content-type: text/plain" echo "" COMMIT_ID=$(git -C $GIT_PATH log -n 1 --abbrev=7 --pretty=format:"%h") diff --git a/honestyui-build.sh b/honestyui-build.sh index d0e5070..8ff9650 100755 --- a/honestyui-build.sh +++ b/honestyui-build.sh @@ -6,7 +6,7 @@ DOCKER_BUILD_PATH=$HONESTY_UI_DOCKER_BUILD_PATH DOCKER_RUN_PATH=$HONESTY_UI_DOCKER_RUN_PATH TG_CHATID=$HONESTY_TG_CHATID -echo "Content-type: text/html" +echo "Content-type: text/plain" echo "" COMMIT_ID=$(git -C $GIT_PATH log -n 1 --abbrev=7 --pretty=format:"%h")