From 7840f47b9f4a2f1aac8a99ae8993991b568ad47b Mon Sep 17 00:00:00 2001 From: Cuan Date: Sat, 4 Dec 2021 12:06:05 -0500 Subject: [PATCH] Removed old reference to rsync in config string --- bin/sshyp | 2 +- share/doc/sshyp/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/sshyp b/bin/sshyp index daf0e00..43b91b6 100755 --- a/bin/sshyp +++ b/bin/sshyp @@ -83,7 +83,7 @@ def tweak(): # runs configuration wizard # ssh key configuration _ssh_gen = (input('\nMake sure the ssh service on the remote server is running and properly configured.' - '\n\nrsync support requires a unique ssh key. Would you like to have this automatically ' + '\n\nSync support requires a unique ssh key. Would you like to have this automatically ' 'generated? (Y/n) ')) if _ssh_gen != 'n' and _ssh_gen != 'N': system('ssh-keygen -t ed25519 -f ~/.ssh/sshyp') diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog index 7a0d97b..1fae2f6 100644 --- a/share/doc/sshyp/changelog +++ b/share/doc/sshyp/changelog @@ -12,6 +12,7 @@ Changes: ** when syncing, a check is made to see if any folders are not on all devices - if the check comes back true, it is corrected ** folders generated in /dev/shm are once again properly deleted with keyboard interrupts ** .lower() is now used to remove casing when checking inputs +- removed an old reference to "rsync" in the configuration dialog Planned for next major update (The Fluffier Update):