diff --git a/home.admin/config.scripts/internet.sshtunnel.py b/home.admin/config.scripts/internet.sshtunnel.py index 46e298d..b19f374 100755 --- a/home.admin/config.scripts/internet.sshtunnel.py +++ b/home.admin/config.scripts/internet.sshtunnel.py @@ -126,7 +126,7 @@ if sys.argv[1] == "on": # final info (can be ignored if run by other script) print() print("*** OK - SSH TUNNEL SERVICE DONE SETUP ***") - print("For details see chapter '' in:") + print("See chapter 'How to setup port-forwarding with a SSH tunnel?' in:") print("https://github.com/rootzoll/raspiblitz/blob/master/FAQ.md") print("- Tunnel service needs final reboot to start.") print("- After reboot check logs: sudo journalctl -f -u %s" % (SERVICENAME))