From 03c92bda3b951513891aef8698679c8635df5eb8 Mon Sep 17 00:00:00 2001 From: David Personette Date: Sun, 8 Oct 2017 14:47:27 -0400 Subject: [PATCH] samba.sh / README.md fix typo --- README.md | 4 ++-- samba.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f912e4..ff498bb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ OR set local storage: -n Start the 'nmbd' daemon to advertise the shares -p Set ownership and permissions on the shares -r Disable recycle bin for shares - -S Disable SMB2 minimun version + -S Disable SMB2 minimum version -s "[;browse;readonly;guest;users;admins;wl]" Config a share required arg: ";" is how it's called for clients @@ -68,7 +68,7 @@ ENVIRONMENT VARIABLES (only available with `docker run`) * `CHARMAP` - As above, configure character mapping * `NMBD` - As above, enable nmbd - * `SMB` - As above, disable SMB2 minimun version + * `SMB` - As above, disable SMB2 minimum version * `TZ` - As above, set a zoneinfo timezone, IE `EST5EDT` * `WIDELINKS` - As above, allow access wide symbolic links * `WORKGROUP` - As above, set workgroup diff --git a/samba.sh b/samba.sh index 2198efc..46e86bc 100755 --- a/samba.sh +++ b/samba.sh @@ -97,7 +97,7 @@ share() { local share="$1" path="$2" browsable=${3:-yes} ro=${4:-yes} \ echo "" >>$file } -### smb: disable SMB2 minimun +### smb: disable SMB2 minimum # Arguments: # none) # Return: result @@ -167,7 +167,7 @@ Options (fields in '[]' are optional, '<>' are required): -n Start the 'nmbd' daemon to advertise the shares -p Set ownership and permissions on the shares -r Disable recycle bin for shares - -S Disable SMB2 minimun version + -S Disable SMB2 minimum version -s \"[;browse;readonly;guest;users;admins;wl]\" Config a share required arg: \";\" is how it's called for clients