File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ if [ "$(uname)" == "Darwin" ]; then
1717 # ## Check if distribution directory exists
1818 DistDirectory=" /Applications/Firefox.app/Contents/Resources/distribution"
1919 if [ ! -d " $DistDirectory " ]; then
20- sudo mkdir " $DistDirectory "
20+ sudo mkdir -p " $DistDirectory "
2121 fi
2222 # ## Move the newly created policies.json to the Certificates directory
2323 sudo mv policies.json " $DistDirectory " /policies.json
2424
2525 # ## Check if Certificates directory exists
2626 CertDirectory=" /Library/Application Support/Mozilla/Certificates"
2727 if [ ! -d " $CertDirectory " ]; then
28- sudo mkdir " $CertDirectory "
28+ sudo mkdir -p " $CertDirectory "
2929 fi
3030
3131 # ## Move the newly created .pem to the Certificates directory
You can’t perform that action at this time.
0 commit comments