trim whitespace

This commit is contained in:
David Personette 2016-02-01 23:55:16 -05:00
parent 14e6451ac1
commit 2d0b0f3893
4 changed files with 4 additions and 5 deletions

View File

@ -29,4 +29,4 @@ VOLUME ["/etc/samba"]
EXPOSE 139 445
ENTRYPOINT ["samba.sh"]
ENTRYPOINT ["samba.sh"]

View File

@ -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
<http://www.gnu.org/licenses/>.
<http://www.gnu.org/licenses/>.

View File

@ -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).

View File

@ -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