I'm getting an error message when I'm running this script. What I did was copy the cert8.db file into /Library/Application Support/JAMF/bin and want it to copy to the Firefox profile. Below is the error message I get when running it.
find: -exec: no terminating ";" or "+"
#!/bin/bash
find ~/Library/Application Support/Firefox/Profiles -name "*.default" -type d -exec cp /Library/Application Support/JAMF/bin/cert8.db {}/;