Skip to content

Commit dd44f54

Browse files
abort if no system audio config files were patched
1 parent 043d718 commit dd44f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magiskmodule/customize.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ for ORIGINAL_FILE in $AUDIO_EFFECTS_FILES; do
110110
;;
111111
esac
112112
done
113+
[ -z "$AUDIO_EFFECTS_FILES" ] && abort "Cant find any system audio configs!"
113114

114115
ui_print "- Installing the ViPER4AndroidFX user app"
115116
APK="$MODPATH"/v4afx.apk

0 commit comments

Comments
 (0)