From 05df3dd903c103289722e497d9f606fb2004e6ad Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 30 May 2022 15:45:07 -0400 Subject: [PATCH] Updated missing config files message to be in-line with new error message styling --- bin/sshyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sshyp b/bin/sshyp index 97d1b74..16aa490 100755 --- a/bin/sshyp +++ b/bin/sshyp @@ -656,7 +656,7 @@ if __name__ == "__main__": except FileNotFoundError: if device_type.lower() != 's': print('\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') - print("Not all necessary configuration files are present. Please run 'sshyp tweak'!") + print("not all necessary configuration files are present - please run 'sshyp tweak'") print('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n') s_exit(1) else: