defaults write /Library/Preferences/edu.psu.macoslaps RemovePassChars -string []!~_“|<>,\/{}^'
Is what I have set to not use those symbols. The problem is I think the ' is causing problems with the script.
I get this error.Line 4: unexpected EOF while looking for matching `''
defaults write /Library/Preferences/edu.psu.macoslaps RemovePassChars -string []!~_“|<>,\/{}^' Is what I have set to not use those symbols. The problem is I think the ' is causing problems with the script.
I get this error.Line 4: unexpected EOF while looking for matching `''
Thanks for any help.