Hi
I have this line of code that forces smb shares to smb1, as there are some connectivity issues with smb2, I am trying to get it to run in a do shell script, but it keeps giving me this error, and i’m not sure how to fix it, can some one please
advise me on what I need to change.
do shell script "echo "[default]" >> ~/Library/Preferences/nsmb.conf; echo "smb_neg=smb1_only" >> ~/Library/Preferences/nsmb.conf"
cheers