From e6e1ea9a9489b922ddd8d659a2e516b72981f78e Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 14 Aug 2022 20:57:07 +0200 Subject: [PATCH] Removed "Thank you!" from root warning --- sos-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos-git.sh b/sos-git.sh index 10bde23..c573578 100755 --- a/sos-git.sh +++ b/sos-git.sh @@ -276,7 +276,7 @@ function checkRootUser() { echo "" echo " To disable this warning, create a file" echo " at \"$HOME/.sostools/git/norootwarn\" or" - echo " \"/etc/sostools/git/norootwarn\". Thank you!" + echo " \"/etc/sostools/git/norootwarn\"." fi } function checkFastSettings() {