08-03-2020, 11:59 AM
It means that you need to pass the location of the file that contains the secure note data (which is probably somewhere on your system named NoteStore.sqlite) as an argument to the script. Try running
then if that finds something, use that as the argument and see where it gets you.
Code:
find ~ -name NoteStore.sqlite
then if that finds something, use that as the argument and see where it gets you.