Removed "Thank you!" from root warning

This commit is contained in:
JeremyStarTM 2022-08-14 20:57:07 +02:00
parent 83bf3e113c
commit e6e1ea9a94

View file

@ -276,7 +276,7 @@ function checkRootUser() {
echo "" echo ""
echo " To disable this warning, create a file" echo " To disable this warning, create a file"
echo " at \"$HOME/.sostools/git/norootwarn\" or" echo " at \"$HOME/.sostools/git/norootwarn\" or"
echo " \"/etc/sostools/git/norootwarn\". Thank you!" echo " \"/etc/sostools/git/norootwarn\"."
fi fi
} }
function checkFastSettings() { function checkFastSettings() {