Skip to content

Commit

Permalink
Merge pull request #43 from Azure-Samples/personal/rohiths/azfile_dia…
Browse files Browse the repository at this point in the history
…gnostics_script

Modify Diagnostics script to add SLES 12 SP2 support for SMB 3.0
  • Loading branch information
rohiths-msft committed Aug 17, 2020
2 parents 83115cf + 2df61f1 commit 2bf3962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzFileDiagnostics/Linux/AzFileDiagnostics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ if echo "$DISTNAME" | grep Ubuntu >/dev/null 2>&1 ; then
fi

elif echo "$DISTNAME" | grep SLES >/dev/null 2>&1; then
ver_lt "$DISTVER" "12.3"
ver_lt "$DISTVER" "12.2"
if [ $? -eq 0 ] ; then
print_log "System DOES NOT support SMB 3 Encryption" "warning"
SMB3=1
Expand Down

0 comments on commit 2bf3962

Please sign in to comment.