guysoft / backupfriend-client

Backupfriend wx widgets client
GNU General Public License v3.0
8 stars 4 forks source link

main: find ssh executable if missing from config. #12

Closed gabay closed 3 years ago

gabay commented 3 years ago

Should fix issue #7.

On Linux and Mac, default config does not define the location of the SSH executable. Locate the ssh executable and save it in the config.

guysoft commented 3 years ago

Hey, It might be a good idea to add this code block in a if statement, so it will only run if not on windows (there is already usage of the platform module in the code you can copy from)

guysoft commented 3 years ago

I heard you love PRs, so I made a PR for your PR, so I can pull after you pull. https://github.com/gabay/backupfriend-client/pull/1

gabay commented 3 years ago

Sry for low availability, added your suggestion :)

guysoft commented 3 years ago

Cool, merged, thanks! No worries, we are all busy and doing this as volunteers