CI: enable shellcheck

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-05-29 12:04:44 -04:00
parent 03e48ad81b
commit 42a5da8f16
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
4 changed files with 13 additions and 0 deletions

View file

@ -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