mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-03 06:54:59 -04:00
Tiny "fix"
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
13865bc776
commit
3d55a90d4e
1 changed files with 1 additions and 1 deletions
|
@ -25,8 +25,8 @@ type='rsa'; #Options: rsa, ec
|
||||||
#source build/envsetup.sh && breakfast lineage_sailfish-user && make -j20 generate_verity_key otatools;
|
#source build/envsetup.sh && breakfast lineage_sailfish-user && make -j20 generate_verity_key otatools;
|
||||||
#source ../../Scripts/Generate_Signing_Keys.sh $device;
|
#source ../../Scripts/Generate_Signing_Keys.sh $device;
|
||||||
|
|
||||||
|
mkdir -p "$DOS_SIGNING_KEYS/NEW";
|
||||||
if [[ -d "$DOS_SIGNING_KEYS" ]]; then
|
if [[ -d "$DOS_SIGNING_KEYS" ]]; then
|
||||||
mkdir -p "$DOS_SIGNING_KEYS/NEW";
|
|
||||||
cd "$DOS_SIGNING_KEYS/NEW";
|
cd "$DOS_SIGNING_KEYS/NEW";
|
||||||
mkdir $1; cd $1;
|
mkdir $1; cd $1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue