Use values for CIFS vers from the mount.cifs man page.

This commit is contained in:
cimryan
2018-10-25 07:21:39 -07:00
parent 0cd55b3b3f
commit 93b7663142
2 changed files with 4 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ else # Else for now, TODO allow both for more redundancy?
check_variable "shareuser"
check_variable "sharepassword"
export cifs_version="${cifs_version:-3}"
export cifs_version="${cifs_version:-3.0}"
fi
check_variable "archiveserver"