fix the server path

This commit is contained in:
Andreas Zweili 2019-02-03 21:50:50 +01:00
parent 2c33a06d9b
commit 2c8b852f09
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ class Config(QDialog):
raise BorgException("User is missing in config.")
if not self._return_single_option('port'):
raise BorgException("Port is missing in config.")
server_path = (self.config['borgqt']['user']
server_path = ('ssh://'
+ self.config['borgqt']['user']
+ "@"
+ self.config['borgqt']['server']
+ ":"