mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Fixed spacing in server config
This commit is contained in:
@@ -57,7 +57,8 @@ def tweak(): # runs configuration wizard
|
|||||||
if _device_type == 'S' or _device_type == 's':
|
if _device_type == 'S' or _device_type == 's':
|
||||||
open("/var/lib/sshyp/sshyp-device", 'w').write(_device_type)
|
open("/var/lib/sshyp/sshyp-device", 'w').write(_device_type)
|
||||||
copy('/usr/bin/sshync.py', f"/home/{environ.get('USER')}/")
|
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:
|
else:
|
||||||
# device type configuration
|
# device type configuration
|
||||||
_device_type = 'c' # ensure device type flag is properly set
|
_device_type = 'c' # ensure device type flag is properly set
|
||||||
|
|||||||
Reference in New Issue
Block a user