aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2022-10-22 16:21:35 +0200
committerThomas Lange <code@nerdmind.de>2022-10-22 16:21:35 +0200
commit18adba63f65c76fdf81c4e47ab69c7879c13ade1 (patch)
treef2e4ed4eb00f3eaacc7fa167cd0e8a8687af0eab
parent2d85b268df056e6e3ed26a22306f9877e805ebf7 (diff)
downloadpainlessle-18adba63f65c76fdf81c4e47ab69c7879c13ade1.tar.gz
painlessle-18adba63f65c76fdf81c4e47ab69c7879c13ade1.tar.xz
painlessle-18adba63f65c76fdf81c4e47ab69c7879c13ade1.zip
Ensure that files ending with an LF character
-rw-r--r--license.md2
-rwxr-xr-xpainless-le.sh2
-rw-r--r--readme.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/license.md b/license.md
index 444ae6d..ca0fcb0 100644
--- a/license.md
+++ b/license.md
@@ -6,4 +6,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/painless-le.sh b/painless-le.sh
index 316d1cf..d42f656 100755
--- a/painless-le.sh
+++ b/painless-le.sh
@@ -119,4 +119,4 @@ chown --reference "${CONFIDENTIAL}" "${INTERMEDIATE}" "${CERTIFICATE_ONLY}" "${C
#===============================================================================
# Execute defined command AFTER the ACME challenge is completed
#===============================================================================
-[ ! -z "${LETSENCRYPT_COMMAND_AFTER}" ] && eval $LETSENCRYPT_COMMAND_AFTER \ No newline at end of file
+[ ! -z "${LETSENCRYPT_COMMAND_AFTER}" ] && eval $LETSENCRYPT_COMMAND_AFTER
diff --git a/readme.md b/readme.md
index d31ed09..8df6fd1 100644
--- a/readme.md
+++ b/readme.md
@@ -38,4 +38,4 @@ The Certbot client will now contact the ACME challenge servers and runs a tempor
├── [-rw-r----- user group ] confidential.pem
└── [-rw-r----- user group ] intermediate.pem
-**Note:** The new certificate files inherit the UNIX file permissions (**chmod** and **chown**) of the private key `confidential.pem`! \ No newline at end of file
+**Note:** The new certificate files inherit the UNIX file permissions (**chmod** and **chown**) of the private key `confidential.pem`!