Update usage hint in backup.py (#1662)

removed explicit call of the system python, cause the file has a shebang with the mail-in-a-box shipped python. 
for me the system python complaint, that it is missing some modules
This commit is contained in:
Matthias Hähnel 2019-11-23 14:04:22 +01:00 committed by Joshua Tauberer
parent 91638c7fe0
commit cd62fd9826
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ def list_target_files(config):
reason = "The hostname {} cannot be resolved.".format(target.hostname)
else:
reason = "Unknown error." \
"Please check running 'python management/backup.py --verify'" \
"Please check running 'management/backup.py --verify'" \
"from mailinabox sources to debug the issue."
raise ValueError("Connection to rsync host failed: {}".format(reason))