trim whitespace
This commit is contained in:
@@ -29,4 +29,4 @@ VOLUME ["/etc/samba"]
|
|||||||
|
|
||||||
EXPOSE 139 445
|
EXPOSE 139 445
|
||||||
|
|
||||||
ENTRYPOINT ["samba.sh"]
|
ENTRYPOINT ["samba.sh"]
|
||||||
3
LICENSE
3
LICENSE
@@ -658,5 +658,4 @@ specific requirements.
|
|||||||
You should also get your employer (if you work as a programmer) or school,
|
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.
|
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
|
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/>.
|
||||||
|
|
||||||
@@ -89,4 +89,4 @@ Will get you the same settings as
|
|||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
If you have any problems with or questions about this image, please contact me
|
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).
|
||||||
2
samba.sh
2
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"
|
echo "Service already running, please restart container to apply changes"
|
||||||
else
|
else
|
||||||
exec ionice -c 3 smbd -FS
|
exec ionice -c 3 smbd -FS
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user