mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-24 22:40:42 -04:00
More handling improvements
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
0b294c1601
commit
ef2fdb1d3e
9 changed files with 60 additions and 29 deletions
|
@ -187,3 +187,6 @@ source "$DOS_SCRIPTS_COMMON/Shell.sh";
|
|||
source "$DOS_SCRIPTS_COMMON/Functions.sh";
|
||||
source "$DOS_SCRIPTS_COMMON/Tag_Verifier.sh";
|
||||
source "$DOS_SCRIPTS/Functions.sh";
|
||||
|
||||
[[ -f "$DOS_BUILD_BASE/.repo/local_manifests/roomservice.xml" ]] && echo "roomservice manifest found! Please fix your manifests before continuing!";
|
||||
[[ -f "$DOS_BUILD_BASE/DOS_PATCHED_FLAG" ]] && echo "NOTE: THIS WORKSPACE IS ALREADY PATCHED, PLEASE RESET BEFORE PATCHING AGAIN!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue