mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 14:36:17 -04:00
CI: enable shellcheck
Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
03e48ad81b
commit
42a5da8f16
4 changed files with 13 additions and 0 deletions
|
@ -746,6 +746,7 @@ deblobDevice() {
|
|||
sed -i 's|name="dpm_enabled" type="int"> 1 <|name="dpm_enabled" type="int"> 0 <|' configs/qmi_config.xml; #Disable DPM
|
||||
fi;
|
||||
fi;
|
||||
# shellcheck disable=SC2144
|
||||
if [ -f init/init_*.cpp ]; then
|
||||
#Disable IMS
|
||||
if [ "$DOS_DEBLOBBER_REMOVE_IMS" = true ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue