mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Don't bail when devices are missing
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7e3bbc174a
commit
097019193e
8 changed files with 31 additions and 31 deletions
|
@ -36,7 +36,7 @@ echo "Patching CVEs...";
|
|||
cd "$DOS_BUILD_BASE";
|
||||
for patcher in "$DOS_SCRIPTS_CVES"/*.sh; do
|
||||
echo "Running $patcher";
|
||||
source "$patcher";
|
||||
source "$patcher" || true;
|
||||
done;
|
||||
|
||||
cd "$DOS_BUILD_BASE";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue