Tiny "fix"

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-03-10 17:51:01 -05:00
parent 13865bc776
commit 3d55a90d4e
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B

View File

@ -25,8 +25,8 @@ type='rsa'; #Options: rsa, ec
#source build/envsetup.sh && breakfast lineage_sailfish-user && make -j20 generate_verity_key otatools;
#source ../../Scripts/Generate_Signing_Keys.sh $device;
mkdir -p "$DOS_SIGNING_KEYS/NEW";
if [[ -d "$DOS_SIGNING_KEYS" ]]; then
mkdir -p "$DOS_SIGNING_KEYS/NEW";
cd "$DOS_SIGNING_KEYS/NEW";
mkdir $1; cd $1;