From 99e0d5f6660ab3d7ab0735ca2316d5ecceedb14e Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 20 Apr 2022 21:00:15 -0400 Subject: [PATCH] Added EOF return code --- bin/sshyp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/sshyp b/bin/sshyp index e8e7c67..54471a8 100755 --- a/bin/sshyp +++ b/bin/sshyp @@ -668,3 +668,5 @@ if __name__ == "__main__": startswith('copy note') and not argument.startswith('copy -n') and argument != 'copy' and argument \ != 'version' and argument != '-v' and error == 0 and argument.startswith('/') is False: sync() + + s_exit(0)