updated imei profile script that causes boot loop when used

This commit is contained in:
unknown
2024-11-10 16:47:29 +08:00
parent a174267dd8
commit b5b18b9cd0
6 changed files with 104 additions and 32 deletions

View File

@@ -18,8 +18,8 @@ append_error() {
}
# Remove the entire quecmanager directory
if [ -d "/etc/quecmanager" ]; then
rm -rf /etc/quecmanager
if [ -d "/etc/quecmanager/apn_profile/" ]; then
rm -rf /etc/quecmanager/apn_profile/
if [ $? -ne 0 ]; then
append_error "Failed to remove quecmanager directory"
fi