mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 08:37:14 -04:00
Prep for release
This commit is contained in:
@@ -116,7 +116,7 @@ def tweak(): # runs configuration wizard
|
|||||||
sshync.make_profile('/var/lib/sshyp/sshyp.sshync', f"/home/{environ.get('USER')}/.password-pasture/",
|
sshync.make_profile('/var/lib/sshyp/sshyp.sshync', f"/home/{environ.get('USER')}/.password-pasture/",
|
||||||
f"/home/{_username_ssh}/.password-pasture/", f"/home/{environ.get('USER')}/.ssh/sshyp",
|
f"/home/{_username_ssh}/.password-pasture/", f"/home/{environ.get('USER')}/.ssh/sshyp",
|
||||||
_ip, _port, _username_ssh)
|
_ip, _port, _username_ssh)
|
||||||
print('\nConfiguration complete!')
|
print('\nConfiguration complete!\n')
|
||||||
|
|
||||||
|
|
||||||
def helper(): # displays help menu TODO update with text art, thematic arguments
|
def helper(): # displays help menu TODO update with text art, thematic arguments
|
||||||
@@ -161,8 +161,8 @@ def version(): # displays version information TODO update with text art
|
|||||||
print('/ /')
|
print('/ /')
|
||||||
print('/ sshyp Copyright (C) 2021 Randall Winkhart /')
|
print('/ sshyp Copyright (C) 2021 Randall Winkhart /')
|
||||||
print('/ /')
|
print('/ /')
|
||||||
print('/ Version 2021.11.20.fr2 /')
|
print('/ Version 2021.12.01.fr2 /')
|
||||||
print('/ The Rewritten Update /')
|
print('/ The Behind the Scenes Update /')
|
||||||
print('/ /')
|
print('/ /')
|
||||||
print('////////////////////////////////////////////////////////\n')
|
print('////////////////////////////////////////////////////////\n')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user