Removed "Thank you!" from root warning
This commit is contained in:
parent
83bf3e113c
commit
e6e1ea9a94
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Reference in a new issue