View Single Post
Old 10-07-2019, 09:07 AM   #552
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
That'll teach me to read logs at 6AM .

Code:
get_key_path()
{
    case "${1}" in
        0|CERT_DEV) if [ -f "/PRE_GM_DEBUGGING_FEATURES_ENABLED__REMOVE_AT_GMC" ]; then
                        echo "/etc/uks/pubdevkey01.pem"
                    else
                        return 1
                    fi ;;
        1|CERT_1K)  echo "/etc/uks/pubprodkey01.pem" ;;
        2|CERT_2K)  echo "/etc/uks/pubprodkey02.pem" ;;
        *) return 1 ;;
    esac

    return 0
}
TL;DR: Nope, you're screwed. It was fun while it lasted, guys.
NiLuJe is offline   Reply With Quote