Skip to content

Commit

Permalink
Added explicit file ending to sh files (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Lawlor <[email protected]>
  • Loading branch information
abubakrsiddq and slawlor authored Jan 9, 2023
1 parent 744f1c1 commit 437ba51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Explicitly declare sh files to always be normalized and have LF file endings
*.sh text eol=lf
1 change: 1 addition & 0 deletions proxy/src/generate-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ cat ${SSL_KEY} > proxy.whatsapp.net.pem
cat ${SSL_CERT} >> proxy.whatsapp.net.pem

echo "Certificate generation completed."

1 change: 1 addition & 0 deletions proxy/src/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ then
fi

exit 0;

1 change: 1 addition & 0 deletions proxy/src/set_public_ip_and_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ popd

# Start HAProxy
haproxy -f "$CONFIG_FILE"

0 comments on commit 437ba51

Please sign in to comment.