Skip to content

Commit

Permalink
changed cert8 variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3nt committed Oct 13, 2014
1 parent aa533af commit db388e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/certmanage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ _del_cert() {

_set_cert8() {
if [ "$1" == "iceweasel" ]; then
cert8=$(dirname `find ../ -name "cert8.db" | grep firefox`)
cert8=`find ../config/includes.chroot/etc/skel/.mozilla -name cert8.db -exec dirname {} \;`
elif [ "$1" == "icedove" ]; then
cert8=$(dirname `find ../ -name "cert8.db" | grep icedove`)
fi
cert8=`find ../config/includes.chroot/etc/skel/.icedove -name cert8.db -exec dirname {} \;`
fi
}

if [ "$1" == "add" ] && [ $# -eq 4 ]; then
Expand Down

0 comments on commit db388e7

Please sign in to comment.