Skip to content

Commit

Permalink
abort if no system audio config files were patched
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Apr 17, 2023
1 parent 043d718 commit dd44f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magiskmodule/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ for ORIGINAL_FILE in $AUDIO_EFFECTS_FILES; do
;;
esac
done
[ -z "$AUDIO_EFFECTS_FILES" ] && abort "Cant find any system audio configs!"

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

0 comments on commit dd44f54

Please sign in to comment.