diff --git a/Dockerfile b/Dockerfile
index a3f25d1..cf98de3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,4 +29,4 @@ VOLUME ["/etc/samba"]
EXPOSE 139 445
-ENTRYPOINT ["samba.sh"]
+ENTRYPOINT ["samba.sh"]
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index cebe035..3ffc567 100644
--- a/LICENSE
+++ b/LICENSE
@@ -658,5 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
-.
-
+.
\ No newline at end of file
diff --git a/README.md b/README.md
index 1ba2c01..62d53cf 100644
--- a/README.md
+++ b/README.md
@@ -89,4 +89,4 @@ Will get you the same settings as
## Issues
If you have any problems with or questions about this image, please contact me
-through a [GitHub issue](https://github.com/dperson/samba/issues).
+through a [GitHub issue](https://github.com/dperson/samba/issues).
\ No newline at end of file
diff --git a/samba.sh b/samba.sh
index 20088c6..0d82535 100755
--- a/samba.sh
+++ b/samba.sh
@@ -138,4 +138,4 @@ elif ps -ef | egrep -v grep | grep -q smbd; then
echo "Service already running, please restart container to apply changes"
else
exec ionice -c 3 smbd -FS
-fi
+fi
\ No newline at end of file