From 0e45a21a582c124fbde235f897c4e7be8f8859c0 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 11 Dec 2023 12:54:01 -0500 Subject: [PATCH] Re-implement "additional configuration options" header after init menu --- lib/sshyp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sshyp.py b/lib/sshyp.py index b9d75c2..16ec3c5 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -664,7 +664,7 @@ if __name__ == "__main__": s_exit(1) else: from stweak import wrapped_entry - wrapped_entry(False) + wrapped_entry(False, 'additional configuration options:') s_exit() # run function based on arguments