WolverineFan / YNABLinuxInstall

Install script for YNAB 4 on Linux
174 stars 18 forks source link

Issue #13: Check for file before opening application.xml #14

Closed ElliotFriend closed 9 years ago

ElliotFriend commented 9 years ago

The script now checks to make sure the file can be read before comparing the versions. Further, it will fail more gracefully if the file is not found, along with giving a brief explanation.

Ideally, I'd like to give users a chance to interract with the script here, and give them the option of (re)moving the file for them at this point.

Signed-off-by: Elliot Voris elliotfriend@gmail.com