reHackable / maxio

Companion daemon for the reMarkableā„¢ paper tablet
GNU Lesser General Public License v3.0
156 stars 53 forks source link

fix binary check for rsvg-convert #9

Closed m-weigand closed 6 years ago

m-weigand commented 6 years ago

On Debian Stretch the command 'type rsvg-convert > /dev/null' returns 1 even when the binary is not present in the system. As suggested here:

https://stackoverflow.com/a/677212

use 'command -v' to check for the binary.