From b7e129e0ddf286d3090c3f808956c3144c0e7022 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 1 Dec 2021 21:16:13 -0500 Subject: [PATCH] Fixed spacing in server config --- bin/sshyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/sshyp b/bin/sshyp index 7f9e8b9..dd1a909 100755 --- a/bin/sshyp +++ b/bin/sshyp @@ -57,7 +57,8 @@ def tweak(): # runs configuration wizard if _device_type == 'S' or _device_type == 's': open("/var/lib/sshyp/sshyp-device", 'w').write(_device_type) copy('/usr/bin/sshync.py', f"/home/{environ.get('USER')}/") - print('\nMake sure the ssh service is running and properly configured.\n\nConfiguration complete!') + print('\nMake sure the ssh service is running and properly configured.\n\nConfiguration complete!\n') + s_exit() else: # device type configuration _device_type = 'c' # ensure device type flag is properly set