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")