Skip to content

Commit

Permalink
Remove the message header file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
showpune committed Dec 19, 2023
1 parent 047e331 commit 59a47d5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ do

if [[ -f "$temp_app_header_path" ]]; then
content_type=$(grep -i Content-Type "$temp_app_header_path" | cut -d ' ' -f2)
else
echo ""$temp_app_header_path" not found"
fi
done

Expand Down

0 comments on commit 59a47d5

Please sign in to comment.