commit 48715b7ca361d7e731a08539e24ad97f94d4c47c Author: juga0 juga@riseup.net Date: Wed Aug 29 08:19:21 2018 +0000
sbws.ini.5 is not automatically build nor installed
when installing sbws from git. When there will be a system package, it should be added the possibility to use man sbws.ini --- sbws/lib/destination.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sbws/lib/destination.py b/sbws/lib/destination.py index 86d76c7..a8087e2 100644 --- a/sbws/lib/destination.py +++ b/sbws/lib/destination.py @@ -235,7 +235,8 @@ class DestinationList: conf.getint('scanner', 'max_download_size'))) if len(dests) < 1: msg = 'No enabled destinations in config. Please see '\ - '"man sbws.ini" for help adding and enabling destinations' + '"docs/source/man_sbws.ini.rst" for help adding and '\ + 'enabling destinations' return None, msg return DestinationList(conf, dests, circuit_builder, relay_list, controller), ''